#B2BC67

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

Shades of Olive Green #B2BC67

Tints of Olive Green #B2BC67

Color information

#B2BC67 (or 0xB2BC67) is unknown color: approx Olive Green. HEX triplet: B2, BC and 67. RGB value is (178,188,103). Sum of RGB (Red+Green+Blue) = 178+188+103=469 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.95% from 469); Green value is 188 (73.83% from 255 or 40.09% from 469); Blue value is 103 (40.62% from 255 or 21.96% from 469); Max value from RGB is 188 - color contains mainly: green. Hex color #B2BC67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BC67 is #4D4398. Grayscale: #AFAFAF. Windows color (decimal): -5063577 or 6798514. OLE color: 6798514.

HSL color Cylindrical-coordinate representation of color #B2BC67: hue angle of 67.06º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B2BC67 is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.

Color convert

RGB178188103-
CMYK0.0500.450.26
HSL67.06º38.81%57.06%-
HSV(B)67.06º45.21%73.73%-
XYZ38.7946.4119.75-
YUV175.3287.19129.91-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.95%
GREEN value IS 188 (73.83% from 255) = 40.09%
BLUE value IS 103 (40.62% from 255) = 21.96%
R=37.95%
G=40.09%
B=21.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1781881030.0500.450.2667.0638.8157.06
HexB2BC67502D1A432739
Octal2622741475055321034771
Binary101100101011110011001111010101101110101000011100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BC67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BC67; }

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

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

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

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

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

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

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

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