Html Css Color HEX #C9AD19 Earls Green

📋 copy color: '#C9AD19'

red 201 ◦ green 173 ◦ blue 25

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

Shades of Earls Green #C9AD19

Tints of Earls Green #C9AD19

RGB

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

 GREEN value IS 173 (67.97% from 255) = 43.36%

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

R = 50.38%
G = 43.36%
B = 6.27%

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

#C9AD19 (or 0xC9AD19) is known color: Earls Green. HEX triplet: C9, AD and 19. RGB value is (201,173,25). Sum of RGB (Red+Green+Blue) = 201+173+25=399 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.38% from 399); Green value is 173 (67.97% from 255 or 43.36% from 399); Blue value is 25 (10.16% from 255 or 6.27% from 399); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AD19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9AD19 is #3652E6. Grayscale: #A5A5A5. Windows color (decimal): -3560167 or 1682889. OLE color: 1682889.

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

Color convert

RGB 201 173 25 -
CMYK 0 0.14 0.88 0.21
HSL 50.45º 0.78% 0.44% -
HSV(B) 50.45º 0.88% 0.79% -
XYZ 39.21 42.37 7.03 -
YUV 164.5 49.28 154.03 -
System Red Green Blue C M Y K H S L
Decimal 201 173 25 0 0.14 0.88 0.21 50.45 0.78 0.44
Hex C9 AD 19 0 E 58 15 32 4E 2C
Octal 311 255 31 0 16 130 25 62 116 54
Binary 11001001 10101101 11001 0 1110 1011000 10101 110010 1001110 101100

Color Harmonies of #C9AD19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AD19

Black with #C9AD19

Text Example


Text Example

White with #C9AD19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AD19; }

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

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

background-color css

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

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

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

border-color css

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

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

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