Html Css Color HEX #C9AC19 Earls Green

📋 copy color: '#C9AC19'

red 201 ◦ green 172 ◦ blue 25

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

Shades of Earls Green #C9AC19

Tints of Earls Green #C9AC19

RGB

 RED value IS 201 (78.91% from 255) = 50.5%

 GREEN value IS 172 (67.58% from 255) = 43.22%

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

R = 50.5%
G = 43.22%
B = 6.28%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#C9AC19 (or 0xC9AC19) is known color: Earls Green. HEX triplet: C9, AC and 19. RGB value is (201,172,25). Sum of RGB (Red+Green+Blue) = 201+172+25=398 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.50% from 398); Green value is 172 (67.58% from 255 or 43.22% from 398); Blue value is 25 (10.16% from 255 or 6.28% from 398); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AC19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9AC19 is #3653E6. Grayscale: #A4A4A4. Windows color (decimal): -3560423 or 1682633. OLE color: 1682633.

HSL color Cylindrical-coordinate representation of color #C9AC19: hue angle of 50.11º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C9AC19 is Cyan = 0, Magento = 0.14, Yellow = 0.88 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 172 25 -
CMYK 0 0.14 0.88 0.21
HSL 50.11º 0.78% 0.44% -
HSV(B) 50.11º 0.88% 0.79% -
XYZ 39.02 41.99 6.97 -
YUV 163.91 49.61 154.45 -
System Red Green Blue C M Y K H S L
Decimal 201 172 25 0 0.14 0.88 0.21 50.11 0.78 0.44
Hex C9 AC 19 0 E 58 15 32 4E 2C
Octal 311 254 31 0 16 130 25 62 116 54
Binary 11001001 10101100 11001 0 1110 1011000 10101 110010 1001110 101100

Color Harmonies of #C9AC19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AC19

Black with #C9AC19

Text Example


Text Example

White with #C9AC19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AC19; }

 p { color: rgb(201,172,25); }

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

background-color css

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

 a { background-color: rgb(201,172,25); }

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

border-color css

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

 span { border-color: rgb(201,172,25); }

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