#C0B82B

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

Shades of Earls Green #C0B82B

Tints of Earls Green #C0B82B

Color information

#C0B82B (or 0xC0B82B) is unknown color: approx Earls Green. HEX triplet: C0, B8 and 2B. RGB value is (192,184,43). Sum of RGB (Red+Green+Blue) = 192+184+43=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 184 (72.27% from 255 or 43.91% from 419); Blue value is 43 (17.19% from 255 or 10.26% from 419); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B82B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B82B is #3F47D4. Grayscale: #AAAAAA. Windows color (decimal): -4147157 or 2865344. OLE color: 2865344.

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

Color convert

RGB19218443-
CMYK00.040.780.25
HSL56.78º63.4%46.08%-
HSV(B)56.78º77.6%75.29%-
XYZ39.3145.669.03-
YUV170.3256.15143.46-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.82%
GREEN value IS 184 (72.27% from 255) = 43.91%
BLUE value IS 43 (17.19% from 255) = 10.26%
R=45.82%
G=43.91%
B=10.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921844300.040.780.2556.7863.446.08
HexC0B82B044E19393f2e
Octal300270530411631717756
Binary11000000101110001010110100100111011001111001111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B82B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B82B; }

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

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

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

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

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

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

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

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