#B2B01B

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

Shades of Earls Green #B2B01B

Tints of Earls Green #B2B01B

Color information

#B2B01B (or 0xB2B01B) is unknown color: approx Earls Green. HEX triplet: B2, B0 and 1B. RGB value is (178,176,27). Sum of RGB (Red+Green+Blue) = 178+176+27=381 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.72% from 381); Green value is 176 (69.14% from 255 or 46.19% from 381); Blue value is 27 (10.94% from 255 or 7.09% from 381); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B01B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2B01B is #4D4FE4. Grayscale: #A0A0A0. Windows color (decimal): -5066725 or 1814706. OLE color: 1814706.

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

Color convert

RGB17817627-
CMYK00.010.850.30
HSL59.21º73.66%40.2%-
HSV(B)59.21º84.83%69.8%-
XYZ34.0840.597.08-
YUV159.6153.16141.12-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.72%
GREEN value IS 176 (69.14% from 255) = 46.19%
BLUE value IS 27 (10.94% from 255) = 7.09%
R=46.72%
G=46.19%
B=7.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.85
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781762700.010.850.3059.2173.6640.2
HexB2B01B01551E3b4a28
Octal2622603301125367311250
Binary101100101011000011011011010101111101110111001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B01B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B01B; }

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

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

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

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

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

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

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

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