#B7AB51

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

Shades of Olive Green #B7AB51

Tints of Olive Green #B7AB51

Color information

#B7AB51 (or 0xB7AB51) is unknown color: approx Olive Green. HEX triplet: B7, AB and 51. RGB value is (183,171,81). Sum of RGB (Red+Green+Blue) = 183+171+81=435 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.07% from 435); Green value is 171 (67.19% from 255 or 39.31% from 435); Blue value is 81 (32.03% from 255 or 18.62% from 435); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AB51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AB51 is #4854AE. Grayscale: #A4A4A4. Windows color (decimal): -4740271 or 5352375. OLE color: 5352375.

HSL color Cylindrical-coordinate representation of color #B7AB51: hue angle of 52.94º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B7AB51 is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.28.

Color convert

RGB18317181-
CMYK00.070.560.28
HSL52.94º41.46%51.76%-
HSV(B)52.94º55.74%71.76%-
XYZ35.5839.7913.59-
YUV164.3380.98141.32-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.07%
GREEN value IS 171 (67.19% from 255) = 39.31%
BLUE value IS 81 (32.03% from 255) = 18.62%
R=42.07%
G=39.31%
B=18.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.56
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831718100.070.560.2852.9441.4651.76
HexB7AB5107381C352934
Octal267253121077034655164
Binary10110111101010111010001011111100011100110101101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AB51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AB51; }

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

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

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

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

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

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

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

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