#B2B367

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

Shades of Olive Green #B2B367

Tints of Olive Green #B2B367

Color information

#B2B367 (or 0xB2B367) is unknown color: approx Olive Green. HEX triplet: B2, B3 and 67. RGB value is (178,179,103). Sum of RGB (Red+Green+Blue) = 178+179+103=460 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.70% from 460); Green value is 179 (70.31% from 255 or 38.91% from 460); Blue value is 103 (40.62% from 255 or 22.39% from 460); Max value from RGB is 179 - color contains mainly: green. Hex color #B2B367 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B367 is #4D4C98. Grayscale: #AAAAAA. Windows color (decimal): -5065881 or 6796210. OLE color: 6796210.

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

Color convert

RGB178179103-
CMYK0.0100.420.30
HSL60.79º33.33%55.29%-
HSV(B)60.79º42.46%70.2%-
XYZ36.9342.6819.12-
YUV170.0490.17133.68-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.70%
GREEN value IS 179 (70.31% from 255) = 38.91%
BLUE value IS 103 (40.62% from 255) = 22.39%
R=38.70%
G=38.91%
B=22.39%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781791030.0100.420.3060.7933.3355.29
HexB2B367102A1E3d2137
Octal262263147105236754167
Binary101100101011001111001111010101011110111101100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B367; }

 p { color: rgb(178,179,103); }

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

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

 a { background-color: rgb(178,179,103); }

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

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

 span { border-color: rgb(178,179,103); }

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