Html Css Color HEX #C9B223 Earls Green

📋 copy color: '#C9B223'

red 201 ◦ green 178 ◦ blue 35

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

Shades of Earls Green #C9B223

Tints of Earls Green #C9B223

RGB

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

 GREEN value IS 178 (69.92% from 255) = 43%

 BLUE value IS 35 (14.06% from 255) = 8.45%

R = 48.55%
G = 43%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#C9B223 (or 0xC9B223) is known color: Earls Green. HEX triplet: C9, B2 and 23. RGB value is (201,178,35). Sum of RGB (Red+Green+Blue) = 201+178+35=414 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.55% from 414); Green value is 178 (69.92% from 255 or 43.00% from 414); Blue value is 35 (14.06% from 255 or 8.45% from 414); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B223 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9B223 is #364DDC. Grayscale: #A9A9A9. Windows color (decimal): -3558877 or 2339529. OLE color: 2339529.

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

Color convert

RGB 201 178 35 -
CMYK 0 0.11 0.83 0.21
HSL 51.69º 0.7% 0.46% -
HSV(B) 51.69º 0.83% 0.79% -
XYZ 40.31 44.38 8.03 -
YUV 168.58 52.62 151.13 -
System Red Green Blue C M Y K H S L
Decimal 201 178 35 0 0.11 0.83 0.21 51.69 0.7 0.46
Hex C9 B2 23 0 B 53 15 34 46 2E
Octal 311 262 43 0 13 123 25 64 106 56
Binary 11001001 10110010 100011 0 1011 1010011 10101 110100 1000110 101110

Color Harmonies of #C9B223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B223

Black with #C9B223

Text Example


Text Example

White with #C9B223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B223; }

 p { color: rgb(201,178,35); }

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

background-color css

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

 a { background-color: rgb(201,178,35); }

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

border-color css

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

 span { border-color: rgb(201,178,35); }

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