#C3AF21

Color #C3AF21 Earls Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Earls Green #C3AF21

Tints of Earls Green #C3AF21

Color information

#C3AF21 (or 0xC3AF21) is unknown color: approx Earls Green. HEX triplet: C3, AF and 21. RGB value is (195,175,33). Sum of RGB (Red+Green+Blue) = 195+175+33=403 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.39% from 403); Green value is 175 (68.75% from 255 or 43.42% from 403); Blue value is 33 (13.28% from 255 or 8.19% from 403); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AF21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3AF21 is #3C50DE. Grayscale: #A5A5A5. Windows color (decimal): -3952863 or 2207683. OLE color: 2207683.

HSL color Cylindrical-coordinate representation of color #C3AF21: hue angle of 52.59º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C3AF21 is Cyan = 0, Magento = 0.10, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB19517533-
CMYK00.100.830.24
HSL52.59º71.05%44.71%-
HSV(B)52.59º83.08%76.47%-
XYZ38.1142.377.61-
YUV164.7953.63149.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 195 (76.56% from 255) = 48.39%
GREEN value IS 175 (68.75% from 255) = 43.42%
BLUE value IS 33 (13.28% from 255) = 8.19%
R=48.39%
G=43.42%
B=8.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.83
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951753300.100.830.2452.5971.0544.71
HexC3AF210A531835472d
Octal30325741012123306510755
Binary1100001110101111100001010101010011110001101011000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AF21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AF21; }

 p { color: rgb(195,175,33); }

 H1.HeaderClassName
 {
   color: #C3AF21;
 }
 .AnyTagClassName
 {
   color: #C3AF21;
 }
</style>
background-color css

<style>
 a { background-color: #C3AF21; }

 a { background-color: rgb(195,175,33); }

 div.DivClassName
 {
   background-color: #C3AF21;
 }
 .BgClassName
 {
   background-color: #C3AF21;
 }
</style>
border-color css

<style>
 span { border-color: #C3AF21; }

 span { border-color: rgb(195,175,33); }

 td.TdClassName
 {
   border-color: #C3AF21;
 }
 .TagClassName
 {
   border-color: #C3AF21;
 }
</style>