Html Css Color HEX #C0AB12 Earls Green

📋 copy color: '#C0AB12'

red 192 ◦ green 171 ◦ blue 18

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

Shades of Earls Green #C0AB12

Tints of Earls Green #C0AB12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.72%

R = 50.39%
G = 44.88%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#C0AB12 (or 0xC0AB12) is known color: Earls Green. HEX triplet: C0, AB and 12. RGB value is (192,171,18). Sum of RGB (Red+Green+Blue) = 192+171+18=381 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.39% from 381); Green value is 171 (67.19% from 255 or 44.88% from 381); Blue value is 18 (7.42% from 255 or 4.72% from 381); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AB12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0AB12 is #3F54ED. Grayscale: #A0A0A0. Windows color (decimal): -4150510 or 1223616. OLE color: 1223616.

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

Color convert

RGB 192 171 18 -
CMYK 0 0.11 0.91 0.25
HSL 52.76º 0.83% 0.41% -
HSV(B) 52.76º 0.91% 0.75% -
XYZ 36.41 40.38 6.45 -
YUV 159.84 47.96 150.94 -
System Red Green Blue C M Y K H S L
Decimal 192 171 18 0 0.11 0.91 0.25 52.76 0.83 0.41
Hex C0 AB 12 0 B 5B 19 35 53 29
Octal 300 253 22 0 13 133 31 65 123 51
Binary 11000000 10101011 10010 0 1011 1011011 11001 110101 1010011 101001

Color Harmonies of #C0AB12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AB12

Black with #C0AB12

Text Example


Text Example

White with #C0AB12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AB12; }

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

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

background-color css

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

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

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

border-color css

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

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

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