Html Css Color HEX #C0B218 Earls Green

📋 copy color: '#C0B218'

red 192 ◦ green 178 ◦ blue 24

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

Shades of Earls Green #C0B218

Tints of Earls Green #C0B218

RGB

 RED value IS 192 (75.39% from 255) = 48.73%

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

 BLUE value IS 24 (9.77% from 255) = 6.09%

R = 48.73%
G = 45.18%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#C0B218 (or 0xC0B218) is known color: Earls Green. HEX triplet: C0, B2 and 18. RGB value is (192,178,24). Sum of RGB (Red+Green+Blue) = 192+178+24=394 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.73% from 394); Green value is 178 (69.92% from 255 or 45.18% from 394); Blue value is 24 (9.77% from 255 or 6.09% from 394); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B218 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0B218 is #3F4DE7. Grayscale: #A5A5A5. Windows color (decimal): -4148712 or 1618624. OLE color: 1618624.

HSL color Cylindrical-coordinate representation of color #C0B218: hue angle of 55º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C0B218 is Cyan = 0, Magento = 0.07, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 178 24 -
CMYK 0 0.07 0.88 0.25
HSL 55º 0.78% 0.42% -
HSV(B) 55º 0.88% 0.75% -
XYZ 37.82 43.11 7.19 -
YUV 164.63 48.64 147.52 -
System Red Green Blue C M Y K H S L
Decimal 192 178 24 0 0.07 0.88 0.25 55 0.78 0.42
Hex C0 B2 18 0 7 58 19 37 4E 2A
Octal 300 262 30 0 7 130 31 67 116 52
Binary 11000000 10110010 11000 0 111 1011000 11001 110111 1001110 101010

Color Harmonies of #C0B218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B218

Black with #C0B218

Text Example


Text Example

White with #C0B218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B218; }

 p { color: rgb(192,178,24); }

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

background-color css

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

 a { background-color: rgb(192,178,24); }

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

border-color css

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

 span { border-color: rgb(192,178,24); }

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