Html Css Color HEX #C0AB14 Earls Green

📋 copy color: '#C0AB14'

red 192 ◦ green 171 ◦ blue 20

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

Shades of Earls Green #C0AB14

Tints of Earls Green #C0AB14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.22%

R = 50.13%
G = 44.65%
B = 5.22%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#C0AB14 (or 0xC0AB14) is known color: Earls Green. HEX triplet: C0, AB and 14. RGB value is (192,171,20). Sum of RGB (Red+Green+Blue) = 192+171+20=383 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.13% from 383); Green value is 171 (67.19% from 255 or 44.65% from 383); Blue value is 20 (8.20% from 255 or 5.22% from 383); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AB14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0AB14 is #3F54EB. Grayscale: #A0A0A0. Windows color (decimal): -4150508 or 1354688. OLE color: 1354688.

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

Color convert

RGB 192 171 20 -
CMYK 0 0.11 0.90 0.25
HSL 52.67º 0.81% 0.42% -
HSV(B) 52.67º 0.9% 0.75% -
XYZ 36.43 40.38 6.54 -
YUV 160.07 48.96 150.78 -
System Red Green Blue C M Y K H S L
Decimal 192 171 20 0 0.11 0.90 0.25 52.67 0.81 0.42
Hex C0 AB 14 0 B 5A 19 35 51 2A
Octal 300 253 24 0 13 132 31 65 121 52
Binary 11000000 10101011 10100 0 1011 1011010 11001 110101 1010001 101010

Color Harmonies of #C0AB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AB14

Black with #C0AB14

Text Example


Text Example

White with #C0AB14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AB14; }

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

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

background-color css

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

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

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

border-color css

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

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

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