Html Css Color HEX #C0AB1C Earls Green

📋 copy color: '#C0AB1C'

red 192 ◦ green 171 ◦ blue 28

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

Shades of Earls Green #C0AB1C

Tints of Earls Green #C0AB1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.16%

R = 49.1%
G = 43.73%
B = 7.16%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#C0AB1C (or 0xC0AB1C) is known color: Earls Green. HEX triplet: C0, AB and 1C. RGB value is (192,171,28). Sum of RGB (Red+Green+Blue) = 192+171+28=391 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.10% from 391); Green value is 171 (67.19% from 255 or 43.73% from 391); Blue value is 28 (11.33% from 255 or 7.16% from 391); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AB1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AB1C is #3F54E3. Grayscale: #A1A1A1. Windows color (decimal): -4150500 or 1878976. OLE color: 1878976.

HSL color Cylindrical-coordinate representation of color #C0AB1C: hue angle of 52.32º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C0AB1C is Cyan = 0, Magento = 0.11, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 171 28 -
CMYK 0 0.11 0.85 0.25
HSL 52.32º 0.75% 0.43% -
HSV(B) 52.32º 0.85% 0.75% -
XYZ 36.51 40.42 6.98 -
YUV 160.98 52.96 150.13 -
System Red Green Blue C M Y K H S L
Decimal 192 171 28 0 0.11 0.85 0.25 52.32 0.75 0.43
Hex C0 AB 1C 0 B 55 19 34 4B 2B
Octal 300 253 34 0 13 125 31 64 113 53
Binary 11000000 10101011 11100 0 1011 1010101 11001 110100 1001011 101011

Color Harmonies of #C0AB1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AB1C

Black with #C0AB1C

Text Example


Text Example

White with #C0AB1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AB1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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