#B2B228

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

Shades of Earls Green #B2B228

Tints of Earls Green #B2B228

Color information

#B2B228 (or 0xB2B228) is unknown color: approx Earls Green. HEX triplet: B2, B2 and 28. RGB value is (178,178,40). Sum of RGB (Red+Green+Blue) = 178+178+40=396 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.95% from 396); Green value is 178 (69.92% from 255 or 44.95% from 396); Blue value is 40 (16.02% from 255 or 10.10% from 396); Max value from RGB is 178 - color contains mainly: red, green. Hex color #B2B228 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2B228 is #4D4DD7. Grayscale: #A2A2A2. Windows color (decimal): -5066200 or 2667186. OLE color: 2667186.

HSL color Cylindrical-coordinate representation of color #B2B228: hue angle of 60º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B2B228 is Cyan = 0, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB17817840-
CMYK000.780.30
HSL60º63.3%42.75%-
HSV(B)60º77.53%69.8%-
XYZ34.6641.468.18-
YUV162.2759139.22-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.95%
GREEN value IS 178 (69.92% from 255) = 44.95%
BLUE value IS 40 (16.02% from 255) = 10.10%
R=44.95%
G=44.95%
B=10.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17817840000.780.306063.342.75
HexB2B228004E1E3c3f2b
Octal262262500011636747753
Binary101100101011001010100000100111011110111100111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B228; }

 p { color: rgb(178,178,40); }

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

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

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

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

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

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

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