Html Css Color HEX #C4AF19 Earls Green

📋 copy color: '#C4AF19'

red 196 ◦ green 175 ◦ blue 25

#C4AF19
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Earls Green #C4AF19

Tints of Earls Green #C4AF19

RGB

 RED value IS 196 (76.95% from 255) = 49.49%

 GREEN value IS 175 (68.75% from 255) = 44.19%

 BLUE value IS 25 (10.16% from 255) = 6.31%

R = 49.49%
G = 44.19%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C4AF19 (or 0xC4AF19) is known color: Earls Green. HEX triplet: C4, AF and 19. RGB value is (196,175,25). Sum of RGB (Red+Green+Blue) = 196+175+25=396 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.49% from 396); Green value is 175 (68.75% from 255 or 44.19% from 396); Blue value is 25 (10.16% from 255 or 6.31% from 396); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AF19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4AF19 is #3B50E6. Grayscale: #A4A4A4. Windows color (decimal): -3887335 or 1683396. OLE color: 1683396.

HSL color Cylindrical-coordinate representation of color #C4AF19: hue angle of 52.63º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C4AF19 is Cyan = 0, Magento = 0.11, Yellow = 0.87 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 175 25 -
CMYK 0 0.11 0.87 0.23
HSL 52.63º 0.77% 0.43% -
HSV(B) 52.63º 0.87% 0.77% -
XYZ 38.27 42.47 7.1 -
YUV 164.18 49.46 150.7 -
System Red Green Blue C M Y K H S L
Decimal 196 175 25 0 0.11 0.87 0.23 52.63 0.77 0.43
Hex C4 AF 19 0 B 57 17 35 4D 2B
Octal 304 257 31 0 13 127 27 65 115 53
Binary 11000100 10101111 11001 0 1011 1010111 10111 110101 1001101 101011

Color Harmonies of #C4AF19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AF19

Black with #C4AF19

Text Example


Text Example

White with #C4AF19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AF19; }

 p { color: rgb(196,175,25); }

 H1.HeaderClassName
 {
   color: #C4AF19;
 }
 .AnyTagClassName
 {
   color: #C4AF19;
 }
</style>

background-color css

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

 a { background-color: rgb(196,175,25); }

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

border-color css

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

 span { border-color: rgb(196,175,25); }

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