Html Css Color HEX #C9AD20 Earls Green

📋 copy color: '#C9AD20'

red 201 ◦ green 173 ◦ blue 32

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

Shades of Earls Green #C9AD20

Tints of Earls Green #C9AD20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.88%

R = 49.51%
G = 42.61%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#C9AD20 (or 0xC9AD20) is known color: Earls Green. HEX triplet: C9, AD and 20. RGB value is (201,173,32). Sum of RGB (Red+Green+Blue) = 201+173+32=406 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.51% from 406); Green value is 173 (67.97% from 255 or 42.61% from 406); Blue value is 32 (12.89% from 255 or 7.88% from 406); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AD20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9AD20 is #3652DF. Grayscale: #A5A5A5. Windows color (decimal): -3560160 or 2141641. OLE color: 2141641.

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

Color convert

RGB 201 173 32 -
CMYK 0 0.14 0.84 0.21
HSL 50.06º 0.73% 0.46% -
HSV(B) 50.06º 0.84% 0.79% -
XYZ 39.29 42.41 7.48 -
YUV 165.3 52.78 153.46 -
System Red Green Blue C M Y K H S L
Decimal 201 173 32 0 0.14 0.84 0.21 50.06 0.73 0.46
Hex C9 AD 20 0 E 54 15 32 49 2E
Octal 311 255 40 0 16 124 25 62 111 56
Binary 11001001 10101101 100000 0 1110 1010100 10101 110010 1001001 101110

Color Harmonies of #C9AD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AD20

Black with #C9AD20

Text Example


Text Example

White with #C9AD20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AD20; }

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

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

background-color css

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

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

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

border-color css

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

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

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