#B1B358

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

Shades of Olive Green #B1B358

Tints of Olive Green #B1B358

Color information

#B1B358 (or 0xB1B358) is unknown color: approx Olive Green. HEX triplet: B1, B3 and 58. RGB value is (177,179,88). Sum of RGB (Red+Green+Blue) = 177+179+88=444 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.86% from 444); Green value is 179 (70.31% from 255 or 40.32% from 444); Blue value is 88 (34.77% from 255 or 19.82% from 444); Max value from RGB is 179 - color contains mainly: green. Hex color #B1B358 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1B358 is #4E4CA7. Grayscale: #A8A8A8. Windows color (decimal): -5131432 or 5813169. OLE color: 5813169.

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

Color convert

RGB17717988-
CMYK0.0100.510.30
HSL61.32º37.45%52.35%-
HSV(B)61.32º50.84%70.2%-
XYZ36.0142.2915.5-
YUV168.0382.84134.4-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.86%
GREEN value IS 179 (70.31% from 255) = 40.32%
BLUE value IS 88 (34.77% from 255) = 19.82%
R=39.86%
G=40.32%
B=19.82%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal177179880.0100.510.3061.3237.4552.35
HexB1B35810331E3d2534
Octal261263130106336754564
Binary101100011011001110110001011001111110111101100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B358; }

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

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

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

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

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

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

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

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