Html Css Color HEX #C0AB18 Earls Green

📋 copy color: '#C0AB18'

red 192 ◦ green 171 ◦ blue 24

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

Shades of Earls Green #C0AB18

Tints of Earls Green #C0AB18

RGB

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

 GREEN value IS 171 (67.19% from 255) = 44.19%

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

R = 49.61%
G = 44.19%
B = 6.2%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#C0AB18 (or 0xC0AB18) is known color: Earls Green. HEX triplet: C0, AB and 18. RGB value is (192,171,24). Sum of RGB (Red+Green+Blue) = 192+171+24=387 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.61% from 387); Green value is 171 (67.19% from 255 or 44.19% from 387); Blue value is 24 (9.77% from 255 or 6.20% from 387); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AB18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0AB18 is #3F54E7. Grayscale: #A1A1A1. Windows color (decimal): -4150504 or 1616832. OLE color: 1616832.

HSL color Cylindrical-coordinate representation of color #C0AB18: hue angle of 52.5º 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 #C0AB18 is Cyan = 0, Magento = 0.11, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 171 24 -
CMYK 0 0.11 0.88 0.25
HSL 52.5º 0.78% 0.42% -
HSV(B) 52.5º 0.88% 0.75% -
XYZ 36.47 40.4 6.74 -
YUV 160.52 50.96 150.45 -
System Red Green Blue C M Y K H S L
Decimal 192 171 24 0 0.11 0.88 0.25 52.5 0.78 0.42
Hex C0 AB 18 0 B 58 19 34 4E 2A
Octal 300 253 30 0 13 130 31 64 116 52
Binary 11000000 10101011 11000 0 1011 1011000 11001 110100 1001110 101010

Color Harmonies of #C0AB18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AB18

Black with #C0AB18

Text Example


Text Example

White with #C0AB18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AB18; }

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

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

background-color css

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

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

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

border-color css

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

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

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