#C0BA27

Color #C0BA27 Earls Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Earls Green #C0BA27

Tints of Earls Green #C0BA27

Color information

#C0BA27 (or 0xC0BA27) is unknown color: approx Earls Green. HEX triplet: C0, BA and 27. RGB value is (192,186,39). Sum of RGB (Red+Green+Blue) = 192+186+39=417 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.04% from 417); Green value is 186 (73.05% from 255 or 44.60% from 417); Blue value is 39 (15.62% from 255 or 9.35% from 417); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BA27 is #3F45D8. Grayscale: #ABABAB. Windows color (decimal): -4146649 or 2603712. OLE color: 2603712.

HSL color Cylindrical-coordinate representation of color #C0BA27: hue angle of 57.65º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C0BA27 is Cyan = 0, Magento = 0.03, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB19218639-
CMYK00.030.800.25
HSL57.65º66.23%45.29%-
HSV(B)57.65º79.69%75.29%-
XYZ39.6646.478.8-
YUV171.0453.49142.95-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.04%
GREEN value IS 186 (73.05% from 255) = 44.60%
BLUE value IS 39 (15.62% from 255) = 9.35%
R=46.04%
G=44.60%
B=9.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921863900.030.800.2557.6566.2345.29
HexC0BA270350193a422d
Octal3002724703120317210255
Binary11000000101110101001110111010000110011110101000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BA27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BA27; }

 p { color: rgb(192,186,39); }

 H1.HeaderClassName
 {
   color: #C0BA27;
 }
 .AnyTagClassName
 {
   color: #C0BA27;
 }
</style>
background-color css

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

 a { background-color: rgb(192,186,39); }

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

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

 span { border-color: rgb(192,186,39); }

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