#B2AB26

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

Shades of Earls Green #B2AB26

Tints of Earls Green #B2AB26

Color information

#B2AB26 (or 0xB2AB26) is unknown color: approx Earls Green. HEX triplet: B2, AB and 26. RGB value is (178,171,38). Sum of RGB (Red+Green+Blue) = 178+171+38=387 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.99% from 387); Green value is 171 (67.19% from 255 or 44.19% from 387); Blue value is 38 (15.23% from 255 or 9.82% from 387); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AB26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2AB26 is #4D54D9. Grayscale: #9E9E9E. Windows color (decimal): -5067994 or 2534322. OLE color: 2534322.

HSL color Cylindrical-coordinate representation of color #B2AB26: hue angle of 57º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B2AB26 is Cyan = 0, Magento = 0.04, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB17817138-
CMYK00.040.790.30
HSL57º64.81%42.35%-
HSV(B)57º78.65%69.8%-
XYZ33.2738.737.56-
YUV157.9360.32142.31-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.99%
GREEN value IS 171 (67.19% from 255) = 44.19%
BLUE value IS 38 (15.23% from 255) = 9.82%
R=45.99%
G=44.19%
B=9.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.79
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781713800.040.790.305764.8142.35
HexB2AB26044F1E39412a
Octal2622534604117367110152
Binary101100101010101110011001001001111111101110011000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AB26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AB26; }

 p { color: rgb(178,171,38); }

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

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

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

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

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

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

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