#B2B121

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

Shades of Earls Green #B2B121

Tints of Earls Green #B2B121

Color information

#B2B121 (or 0xB2B121) is unknown color: approx Earls Green. HEX triplet: B2, B1 and 21. RGB value is (178,177,33). Sum of RGB (Red+Green+Blue) = 178+177+33=388 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.88% from 388); Green value is 177 (69.53% from 255 or 45.62% from 388); Blue value is 33 (13.28% from 255 or 8.51% from 388); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B121 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2B121 is #4D4EDE. Grayscale: #A1A1A1. Windows color (decimal): -5066463 or 2208178. OLE color: 2208178.

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

Color convert

RGB17817733-
CMYK00.010.810.30
HSL59.59º68.72%41.37%-
HSV(B)59.59º81.46%69.8%-
XYZ34.3641.027.55-
YUV160.8855.83140.21-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.88%
GREEN value IS 177 (69.53% from 255) = 45.62%
BLUE value IS 33 (13.28% from 255) = 8.51%
R=45.88%
G=45.62%
B=8.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.81
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781773300.010.810.3059.5968.7241.37
HexB2B12101511E3c4529
Octal2622614101121367410551
Binary1011001010110001100001011010001111101111001000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B121; }

 p { color: rgb(178,177,33); }

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

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

 a { background-color: rgb(178,177,33); }

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

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

 span { border-color: rgb(178,177,33); }

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