#B2B456

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

Shades of Olive Green #B2B456

Tints of Olive Green #B2B456

Color information

#B2B456 (or 0xB2B456) is unknown color: approx Olive Green. HEX triplet: B2, B4 and 56. RGB value is (178,180,86). Sum of RGB (Red+Green+Blue) = 178+180+86=444 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.09% from 444); Green value is 180 (70.70% from 255 or 40.54% from 444); Blue value is 86 (33.98% from 255 or 19.37% from 444); Max value from RGB is 180 - color contains mainly: green. Hex color #B2B456 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B456 is #4D4BA9. Grayscale: #A9A9A9. Windows color (decimal): -5065642 or 5682354. OLE color: 5682354.

HSL color Cylindrical-coordinate representation of color #B2B456: hue angle of 61.28º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B2B456 is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB17818086-
CMYK0.0100.520.29
HSL61.28º38.52%52.16%-
HSV(B)61.28º52.22%70.59%-
XYZ36.3642.7815.14-
YUV168.6981.34134.64-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.09%
GREEN value IS 180 (70.70% from 255) = 40.54%
BLUE value IS 86 (33.98% from 255) = 19.37%
R=40.09%
G=40.54%
B=19.37%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal178180860.0100.520.2961.2838.5252.16
HexB2B45610341D3d2734
Octal262264126106435754764
Binary101100101011010010101101011010011101111101100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B456; }

 p { color: rgb(178,180,86); }

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

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

 a { background-color: rgb(178,180,86); }

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

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

 span { border-color: rgb(178,180,86); }

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