Html Css Color HEX #C0AB2C Earls Green

📋 copy color: '#C0AB2C'

red 192 ◦ green 171 ◦ blue 44

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

Shades of Earls Green #C0AB2C

Tints of Earls Green #C0AB2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.81%

R = 47.17%
G = 42.01%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#C0AB2C (or 0xC0AB2C) is known color: Earls Green. HEX triplet: C0, AB and 2C. RGB value is (192,171,44). Sum of RGB (Red+Green+Blue) = 192+171+44=407 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.17% from 407); Green value is 171 (67.19% from 255 or 42.01% from 407); Blue value is 44 (17.58% from 255 or 10.81% from 407); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AB2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AB2C is #3F54D3. Grayscale: #A3A3A3. Windows color (decimal): -4150484 or 2927552. OLE color: 2927552.

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

Color convert

RGB 192 171 44 -
CMYK 0 0.11 0.77 0.25
HSL 51.49º 0.63% 0.46% -
HSV(B) 51.49º 0.77% 0.75% -
XYZ 36.76 40.51 8.27 -
YUV 162.8 60.96 148.83 -
System Red Green Blue C M Y K H S L
Decimal 192 171 44 0 0.11 0.77 0.25 51.49 0.63 0.46
Hex C0 AB 2C 0 B 4D 19 33 3F 2E
Octal 300 253 54 0 13 115 31 63 77 56
Binary 11000000 10101011 101100 0 1011 1001101 11001 110011 111111 101110

Color Harmonies of #C0AB2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AB2C

Black with #C0AB2C

Text Example


Text Example

White with #C0AB2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AB2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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