#B2B767

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

Shades of Olive Green #B2B767

Tints of Olive Green #B2B767

Color information

#B2B767 (or 0xB2B767) is unknown color: approx Olive Green. HEX triplet: B2, B7 and 67. RGB value is (178,183,103). Sum of RGB (Red+Green+Blue) = 178+183+103=464 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.36% from 464); Green value is 183 (71.88% from 255 or 39.44% from 464); Blue value is 103 (40.62% from 255 or 22.20% from 464); Max value from RGB is 183 - color contains mainly: green. Hex color #B2B767 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B767 is #4D4898. Grayscale: #ACACAC. Windows color (decimal): -5064857 or 6797234. OLE color: 6797234.

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

Color convert

RGB178183103-
CMYK0.0300.440.28
HSL63.75º35.71%56.08%-
HSV(B)63.75º43.72%71.76%-
XYZ37.7444.3119.4-
YUV172.3888.84132-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.36%
GREEN value IS 183 (71.88% from 255) = 39.44%
BLUE value IS 103 (40.62% from 255) = 22.20%
R=38.36%
G=39.44%
B=22.20%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1781831030.0300.440.2863.7535.7156.08
HexB2B767302C1C402438
Octal2622671473054341004470
Binary10110010101101111100111110101100111001000000100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B767; }

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

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

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

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

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

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

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

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