#B4AB51

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

Shades of Olive Green #B4AB51

Tints of Olive Green #B4AB51

Color information

#B4AB51 (or 0xB4AB51) is unknown color: approx Olive Green. HEX triplet: B4, AB and 51. RGB value is (180,171,81). Sum of RGB (Red+Green+Blue) = 180+171+81=432 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.67% from 432); Green value is 171 (67.19% from 255 or 39.58% from 432); Blue value is 81 (32.03% from 255 or 18.75% from 432); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AB51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AB51 is #4B54AE. Grayscale: #A3A3A3. Windows color (decimal): -4936879 or 5352372. OLE color: 5352372.

HSL color Cylindrical-coordinate representation of color #B4AB51: hue angle of 54.55º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B4AB51 is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.29.

Color convert

RGB18017181-
CMYK00.050.550.29
HSL54.55º39.76%51.18%-
HSV(B)54.55º55%70.59%-
XYZ34.8739.4213.56-
YUV163.4381.48139.82-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.67%
GREEN value IS 171 (67.19% from 255) = 39.58%
BLUE value IS 81 (32.03% from 255) = 18.75%
R=41.67%
G=39.58%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801718100.050.550.2954.5539.7651.18
HexB4AB5105371D372833
Octal264253121056735675063
Binary10110100101010111010001010111011111101110111101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AB51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AB51; }

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

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

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

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

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

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

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

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