#B1BC67

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

Shades of Olive Green #B1BC67

Tints of Olive Green #B1BC67

Color information

#B1BC67 (or 0xB1BC67) is unknown color: approx Olive Green. HEX triplet: B1, BC and 67. RGB value is (177,188,103). Sum of RGB (Red+Green+Blue) = 177+188+103=468 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.82% from 468); Green value is 188 (73.83% from 255 or 40.17% from 468); Blue value is 103 (40.62% from 255 or 22.01% from 468); Max value from RGB is 188 - color contains mainly: green. Hex color #B1BC67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1BC67 is #4E4398. Grayscale: #AFAFAF. Windows color (decimal): -5129113 or 6798513. OLE color: 6798513.

HSL color Cylindrical-coordinate representation of color #B1BC67: hue angle of 67.76º 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 #B1BC67 is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.

Color convert

RGB177188103-
CMYK0.0600.450.26
HSL67.76º38.81%57.06%-
HSV(B)67.76º45.21%73.73%-
XYZ38.5646.2919.73-
YUV175.0287.36129.41-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.82%
GREEN value IS 188 (73.83% from 255) = 40.17%
BLUE value IS 103 (40.62% from 255) = 22.01%
R=37.82%
G=40.17%
B=22.01%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1771881030.0600.450.2667.7638.8157.06
HexB1BC67602D1A442739
Octal2612741476055321044771
Binary101100011011110011001111100101101110101000100100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BC67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BC67; }

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

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

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

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

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

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

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

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