#B1B356

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

Shades of Olive Green #B1B356

Tints of Olive Green #B1B356

Color information

#B1B356 (or 0xB1B356) is unknown color: approx Olive Green. HEX triplet: B1, B3 and 56. RGB value is (177,179,86). Sum of RGB (Red+Green+Blue) = 177+179+86=442 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.05% from 442); Green value is 179 (70.31% from 255 or 40.50% from 442); Blue value is 86 (33.98% from 255 or 19.46% from 442); Max value from RGB is 179 - color contains mainly: green. Hex color #B1B356 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1B356 is #4E4CA9. Grayscale: #A8A8A8. Windows color (decimal): -5131434 or 5682097. OLE color: 5682097.

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

Color convert

RGB17717986-
CMYK0.0100.520.30
HSL61.29º37.96%51.96%-
HSV(B)61.29º51.96%70.2%-
XYZ35.9342.2615.07-
YUV167.881.84134.56-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.05%
GREEN value IS 179 (70.31% from 255) = 40.50%
BLUE value IS 86 (33.98% from 255) = 19.46%
R=40.05%
G=40.50%
B=19.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal177179860.0100.520.3061.2937.9651.96
HexB1B35610341E3d2634
Octal261263126106436754664
Binary101100011011001110101101011010011110111101100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B356; }

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

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

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

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

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

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

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

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