Html Css Color HEX #C9AC18 Earls Green

📋 copy color: '#C9AC18'

red 201 ◦ green 172 ◦ blue 24

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

Shades of Earls Green #C9AC18

Tints of Earls Green #C9AC18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.05%

R = 50.63%
G = 43.32%
B = 6.05%

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

#C9AC18 (or 0xC9AC18) is known color: Earls Green. HEX triplet: C9, AC and 18. RGB value is (201,172,24). Sum of RGB (Red+Green+Blue) = 201+172+24=397 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.63% from 397); Green value is 172 (67.58% from 255 or 43.32% from 397); Blue value is 24 (9.77% from 255 or 6.05% from 397); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AC18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9AC18 is #3653E7. Grayscale: #A4A4A4. Windows color (decimal): -3560424 or 1617097. OLE color: 1617097.

HSL color Cylindrical-coordinate representation of color #C9AC18: hue angle of 50.17º degrees, saturation: 0.79, 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 #C9AC18 is Cyan = 0, Magento = 0.14, Yellow = 0.88 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 172 24 -
CMYK 0 0.14 0.88 0.21
HSL 50.17º 0.79% 0.44% -
HSV(B) 50.17º 0.88% 0.79% -
XYZ 39 41.99 6.91 -
YUV 163.8 49.11 154.53 -
System Red Green Blue C M Y K H S L
Decimal 201 172 24 0 0.14 0.88 0.21 50.17 0.79 0.44
Hex C9 AC 18 0 E 58 15 32 4F 2C
Octal 311 254 30 0 16 130 25 62 117 54
Binary 11001001 10101100 11000 0 1110 1011000 10101 110010 1001111 101100

Color Harmonies of #C9AC18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AC18

Black with #C9AC18

Text Example


Text Example

White with #C9AC18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AC18; }

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

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

background-color css

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

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

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

border-color css

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

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

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