#B2B057

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

Shades of Olive Green #B2B057

Tints of Olive Green #B2B057

Color information

#B2B057 (or 0xB2B057) is unknown color: approx Olive Green. HEX triplet: B2, B0 and 57. RGB value is (178,176,87). Sum of RGB (Red+Green+Blue) = 178+176+87=441 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.36% from 441); Green value is 176 (69.14% from 255 or 39.91% from 441); Blue value is 87 (34.38% from 255 or 19.73% from 441); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B057 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2B057 is #4D4FA8. Grayscale: #A6A6A6. Windows color (decimal): -5066665 or 5746866. OLE color: 5746866.

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

Color convert

RGB17817687-
CMYK00.010.510.30
HSL58.68º37.14%51.96%-
HSV(B)58.68º51.12%69.8%-
XYZ35.6141.215.09-
YUV166.4583.16136.24-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.36%
GREEN value IS 176 (69.14% from 255) = 39.91%
BLUE value IS 87 (34.38% from 255) = 19.73%
R=40.36%
G=39.91%
B=19.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.51
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781768700.010.510.3058.6837.1451.96
HexB2B05701331E3b2534
Octal262260127016336734564
Binary101100101011000010101110111001111110111011100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B057; }

 p { color: rgb(178,176,87); }

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

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

 a { background-color: rgb(178,176,87); }

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

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

 span { border-color: rgb(178,176,87); }

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