#B2AB53

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

Shades of Olive Green #B2AB53

Tints of Olive Green #B2AB53

Color information

#B2AB53 (or 0xB2AB53) is unknown color: approx Olive Green. HEX triplet: B2, AB and 53. RGB value is (178,171,83). Sum of RGB (Red+Green+Blue) = 178+171+83=432 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.20% from 432); Green value is 171 (67.19% from 255 or 39.58% from 432); Blue value is 83 (32.81% from 255 or 19.21% from 432); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AB53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AB53 is #4D54AC. Grayscale: #A3A3A3. Windows color (decimal): -5067949 or 5483442. OLE color: 5483442.

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

Color convert

RGB17817183-
CMYK00.040.530.30
HSL55.58º38.15%51.18%-
HSV(B)55.58º53.37%69.8%-
XYZ34.4839.2213.94-
YUV163.0682.82138.66-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.20%
GREEN value IS 171 (67.19% from 255) = 39.58%
BLUE value IS 83 (32.81% from 255) = 19.21%
R=41.20%
G=39.58%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.53
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781718300.040.530.3055.5838.1551.18
HexB2AB5304351E382633
Octal262253123046536704663
Binary10110010101010111010011010011010111110111000100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AB53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AB53; }

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

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

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

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

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

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

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

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