Html Css Color HEX #C0AB17 Earls Green

📋 copy color: '#C0AB17'

red 192 ◦ green 171 ◦ blue 23

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

Shades of Earls Green #C0AB17

Tints of Earls Green #C0AB17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.96%

R = 49.74%
G = 44.3%
B = 5.96%

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

#C0AB17 (or 0xC0AB17) is known color: Earls Green. HEX triplet: C0, AB and 17. RGB value is (192,171,23). Sum of RGB (Red+Green+Blue) = 192+171+23=386 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.74% from 386); Green value is 171 (67.19% from 255 or 44.30% from 386); Blue value is 23 (9.38% from 255 or 5.96% from 386); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AB17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0AB17 is #3F54E8. Grayscale: #A1A1A1. Windows color (decimal): -4150505 or 1551296. OLE color: 1551296.

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

Color convert

RGB 192 171 23 -
CMYK 0 0.11 0.88 0.25
HSL 52.54º 0.79% 0.42% -
HSV(B) 52.54º 0.88% 0.75% -
XYZ 36.46 40.39 6.69 -
YUV 160.41 50.46 150.53 -
System Red Green Blue C M Y K H S L
Decimal 192 171 23 0 0.11 0.88 0.25 52.54 0.79 0.42
Hex C0 AB 17 0 B 58 19 35 4F 2A
Octal 300 253 27 0 13 130 31 65 117 52
Binary 11000000 10101011 10111 0 1011 1011000 11001 110101 1001111 101010

Color Harmonies of #C0AB17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AB17

Black with #C0AB17

Text Example


Text Example

White with #C0AB17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AB17; }

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

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

background-color css

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

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

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

border-color css

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

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

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