Html Css Color HEX #C9AD1E Earls Green

📋 copy color: '#C9AD1E'

red 201 ◦ green 173 ◦ blue 30

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

Shades of Earls Green #C9AD1E

Tints of Earls Green #C9AD1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.43%

R = 49.75%
G = 42.82%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#C9AD1E (or 0xC9AD1E) is known color: Earls Green. HEX triplet: C9, AD and 1E. RGB value is (201,173,30). Sum of RGB (Red+Green+Blue) = 201+173+30=404 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.75% from 404); Green value is 173 (67.97% from 255 or 42.82% from 404); Blue value is 30 (12.11% from 255 or 7.43% from 404); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AD1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9AD1E is #3652E1. Grayscale: #A5A5A5. Windows color (decimal): -3560162 or 2010569. OLE color: 2010569.

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

Color convert

RGB 201 173 30 -
CMYK 0 0.14 0.85 0.21
HSL 50.18º 0.74% 0.45% -
HSV(B) 50.18º 0.85% 0.79% -
XYZ 39.27 42.4 7.34 -
YUV 165.07 51.78 153.63 -
System Red Green Blue C M Y K H S L
Decimal 201 173 30 0 0.14 0.85 0.21 50.18 0.74 0.45
Hex C9 AD 1E 0 E 55 15 32 4A 2D
Octal 311 255 36 0 16 125 25 62 112 55
Binary 11001001 10101101 11110 0 1110 1010101 10101 110010 1001010 101101

Color Harmonies of #C9AD1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AD1E

Black with #C9AD1E

Text Example


Text Example

White with #C9AD1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AD1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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