#B2AB51

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

Shades of Olive Green #B2AB51

Tints of Olive Green #B2AB51

Color information

#B2AB51 (or 0xB2AB51) is unknown color: approx Olive Green. HEX triplet: B2, AB and 51. RGB value is (178,171,81). Sum of RGB (Red+Green+Blue) = 178+171+81=430 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.40% from 430); Green value is 171 (67.19% from 255 or 39.77% from 430); Blue value is 81 (32.03% from 255 or 18.84% from 430); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AB51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AB51 is #4D54AE. Grayscale: #A3A3A3. Windows color (decimal): -5067951 or 5352370. OLE color: 5352370.

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

Color convert

RGB17817181-
CMYK00.040.540.30
HSL55.67º38.65%50.78%-
HSV(B)55.67º54.49%69.8%-
XYZ34.4139.1813.53-
YUV162.8381.82138.82-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.40%
GREEN value IS 171 (67.19% from 255) = 39.77%
BLUE value IS 81 (32.03% from 255) = 18.84%
R=41.40%
G=39.77%
B=18.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.54
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781718100.040.540.3055.6738.6550.78
HexB2AB5104361E382733
Octal262253121046636704763
Binary10110010101010111010001010011011011110111000100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AB51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AB51; }

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

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

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

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

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

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

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

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