#B1B656

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

Shades of Olive Green #B1B656

Tints of Olive Green #B1B656

Color information

#B1B656 (or 0xB1B656) is unknown color: approx Olive Green. HEX triplet: B1, B6 and 56. RGB value is (177,182,86). Sum of RGB (Red+Green+Blue) = 177+182+86=445 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.78% from 445); Green value is 182 (71.48% from 255 or 40.90% from 445); Blue value is 86 (33.98% from 255 or 19.33% from 445); Max value from RGB is 182 - color contains mainly: green. Hex color #B1B656 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1B656 is #4E49A9. Grayscale: #A9A9A9. Windows color (decimal): -5130666 or 5682865. OLE color: 5682865.

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

Color convert

RGB17718286-
CMYK0.0300.530.29
HSL63.12º39.67%52.55%-
HSV(B)63.12º52.75%71.37%-
XYZ36.5443.4715.27-
YUV169.5680.84133.31-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.78%
GREEN value IS 182 (71.48% from 255) = 40.90%
BLUE value IS 86 (33.98% from 255) = 19.33%
R=39.78%
G=40.90%
B=19.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal177182860.0300.530.2963.1239.6752.55
HexB1B65630351D3f2835
Octal261266126306535775065
Binary1011000110110110101011011011010111101111111101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B656; }

 p { color: rgb(177,182,86); }

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

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

 a { background-color: rgb(177,182,86); }

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

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

 span { border-color: rgb(177,182,86); }

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