#C0BB2B

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

Shades of Earls Green #C0BB2B

Tints of Earls Green #C0BB2B

Color information

#C0BB2B (or 0xC0BB2B) is unknown color: approx Earls Green. HEX triplet: C0, BB and 2B. RGB value is (192,187,43). Sum of RGB (Red+Green+Blue) = 192+187+43=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 187 (73.44% from 255 or 44.31% from 422); Blue value is 43 (17.19% from 255 or 10.19% from 422); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BB2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BB2B is #3F44D4. Grayscale: #ACACAC. Windows color (decimal): -4146389 or 2866112. OLE color: 2866112.

HSL color Cylindrical-coordinate representation of color #C0BB2B: hue angle of 57.99º 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 #C0BB2B is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB19218743-
CMYK00.030.780.25
HSL57.99º63.4%46.08%-
HSV(B)57.99º77.6%75.29%-
XYZ39.9446.929.24-
YUV172.0855.16142.21-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.50%
GREEN value IS 187 (73.44% from 255) = 44.31%
BLUE value IS 43 (17.19% from 255) = 10.19%
R=45.50%
G=44.31%
B=10.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921874300.030.780.2557.9963.446.08
HexC0BB2B034E193a3f2e
Octal300273530311631727756
Binary1100000010111011101011011100111011001111010111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BB2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BB2B; }

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

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

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

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

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

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

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

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