#C0B12B

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

Shades of Earls Green #C0B12B

Tints of Earls Green #C0B12B

Color information

#C0B12B (or 0xC0B12B) is unknown color: approx Earls Green. HEX triplet: C0, B1 and 2B. RGB value is (192,177,43). Sum of RGB (Red+Green+Blue) = 192+177+43=412 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.60% from 412); Green value is 177 (69.53% from 255 or 42.96% from 412); Blue value is 43 (17.19% from 255 or 10.44% from 412); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B12B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0B12B is #3F4ED4. Grayscale: #A6A6A6. Windows color (decimal): -4148949 or 2863552. OLE color: 2863552.

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

Color convert

RGB19217743-
CMYK00.080.780.25
HSL53.96º63.4%46.08%-
HSV(B)53.96º77.6%75.29%-
XYZ37.942.838.55-
YUV166.2158.47146.4-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.60%
GREEN value IS 177 (69.53% from 255) = 42.96%
BLUE value IS 43 (17.19% from 255) = 10.44%
R=46.60%
G=42.96%
B=10.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921774300.080.780.2553.9663.446.08
HexC0B12B084E19363f2e
Octal3002615301011631667756
Binary110000001011000110101101000100111011001110110111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B12B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B12B; }

 p { color: rgb(192,177,43); }

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

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

 a { background-color: rgb(192,177,43); }

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

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

 span { border-color: rgb(192,177,43); }

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