#C0BA2B

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

Shades of Earls Green #C0BA2B

Tints of Earls Green #C0BA2B

Color information

#C0BA2B (or 0xC0BA2B) is unknown color: approx Earls Green. HEX triplet: C0, BA and 2B. RGB value is (192,186,43). Sum of RGB (Red+Green+Blue) = 192+186+43=421 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.61% from 421); Green value is 186 (73.05% from 255 or 44.18% from 421); Blue value is 43 (17.19% from 255 or 10.21% from 421); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BA2B is #3F45D4. Grayscale: #ACACAC. Windows color (decimal): -4146645 or 2865856. OLE color: 2865856.

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

Color convert

RGB19218643-
CMYK00.030.780.25
HSL57.58º63.4%46.08%-
HSV(B)57.58º77.6%75.29%-
XYZ39.7346.59.17-
YUV171.4955.49142.63-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.61%
GREEN value IS 186 (73.05% from 255) = 44.18%
BLUE value IS 43 (17.19% from 255) = 10.21%
R=45.61%
G=44.18%
B=10.21%

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
Decimal1921864300.030.780.2557.5863.446.08
HexC0BA2B034E193a3f2e
Octal300272530311631727756
Binary1100000010111010101011011100111011001111010111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BA2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BA2B; }

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

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

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

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

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

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

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

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