#B2B01E

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

Shades of Earls Green #B2B01E

Tints of Earls Green #B2B01E

Color information

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

HSL color Cylindrical-coordinate representation of color #B2B01E: hue angle of 59.19º 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 #B2B01E is Cyan = 0, Magento = 0.01, Yellow = 0.83 and Black (K on CMYK) = 0.30.

Color convert

RGB17817630-
CMYK00.010.830.30
HSL59.19º71.15%40.78%-
HSV(B)59.19º83.15%69.8%-
XYZ34.1240.617.27-
YUV159.9554.66140.87-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.83
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781763000.010.830.3059.1971.1540.78
HexB2B01E01531E3b4729
Octal2622603601123367310751
Binary101100101011000011110011010011111101110111000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B01E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B01E; }

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

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

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

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

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

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

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

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