#B0B21E

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

Shades of Earls Green #B0B21E

Tints of Earls Green #B0B21E

Color information

#B0B21E (or 0xB0B21E) is unknown color: approx Earls Green. HEX triplet: B0, B2 and 1E. RGB value is (176,178,30). Sum of RGB (Red+Green+Blue) = 176+178+30=384 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.83% from 384); Green value is 178 (69.92% from 255 or 46.35% from 384); Blue value is 30 (12.11% from 255 or 7.81% from 384); Max value from RGB is 178 - color contains mainly: green. Hex color #B0B21E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0B21E is #4F4DE1. Grayscale: #A1A1A1. Windows color (decimal): -5197282 or 2011824. OLE color: 2011824.

HSL color Cylindrical-coordinate representation of color #B0B21E: hue angle of 60.81º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B0B21E is Cyan = 0.01, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.30.

Color convert

RGB17617830-
CMYK0.0100.830.30
HSL60.81º71.15%40.78%-
HSV(B)60.81º83.15%69.8%-
XYZ34.0641.167.38-
YUV160.5354.34139.03-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.83%
GREEN value IS 178 (69.92% from 255) = 46.35%
BLUE value IS 30 (12.11% from 255) = 7.81%
R=45.83%
G=46.35%
B=7.81%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal176178300.0100.830.3060.8171.1540.78
HexB0B21E10531E3d4729
Octal2602623610123367510751
Binary101100001011001011110101010011111101111011000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B21E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B21E; }

 p { color: rgb(176,178,30); }

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

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

 a { background-color: rgb(176,178,30); }

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

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

 span { border-color: rgb(176,178,30); }

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