Html Css Color HEX #C9B120 Earls Green

📋 copy color: '#C9B120'

red 201 ◦ green 177 ◦ blue 32

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

Shades of Earls Green #C9B120

Tints of Earls Green #C9B120

RGB

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

 GREEN value IS 177 (69.53% from 255) = 43.17%

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

R = 49.02%
G = 43.17%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#C9B120 (or 0xC9B120) is known color: Earls Green. HEX triplet: C9, B1 and 20. RGB value is (201,177,32). Sum of RGB (Red+Green+Blue) = 201+177+32=410 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.02% from 410); Green value is 177 (69.53% from 255 or 43.17% from 410); Blue value is 32 (12.89% from 255 or 7.80% from 410); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B120 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9B120 is #364EDF. Grayscale: #A8A8A8. Windows color (decimal): -3559136 or 2142665. OLE color: 2142665.

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

Color convert

RGB 201 177 32 -
CMYK 0 0.12 0.84 0.21
HSL 51.48º 0.73% 0.46% -
HSV(B) 51.48º 0.84% 0.79% -
XYZ 40.07 43.97 7.74 -
YUV 167.65 51.45 151.79 -
System Red Green Blue C M Y K H S L
Decimal 201 177 32 0 0.12 0.84 0.21 51.48 0.73 0.46
Hex C9 B1 20 0 C 54 15 33 49 2E
Octal 311 261 40 0 14 124 25 63 111 56
Binary 11001001 10110001 100000 0 1100 1010100 10101 110011 1001001 101110

Color Harmonies of #C9B120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B120

Black with #C9B120

Text Example


Text Example

White with #C9B120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B120; }

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

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

background-color css

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

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

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

border-color css

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

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

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