#B1B856

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

Shades of Olive Green #B1B856

Tints of Olive Green #B1B856

Color information

#B1B856 (or 0xB1B856) is unknown color: approx Olive Green. HEX triplet: B1, B8 and 56. RGB value is (177,184,86). Sum of RGB (Red+Green+Blue) = 177+184+86=447 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.60% from 447); Green value is 184 (72.27% from 255 or 41.16% from 447); Blue value is 86 (33.98% from 255 or 19.24% from 447); Max value from RGB is 184 - color contains mainly: green. Hex color #B1B856 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1B856 is #4E47A9. Grayscale: #ABABAB. Windows color (decimal): -5130154 or 5683377. OLE color: 5683377.

HSL color Cylindrical-coordinate representation of color #B1B856: hue angle of 64.29º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B1B856 is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.28.

Color convert

RGB17718486-
CMYK0.0400.530.28
HSL64.29º40.83%52.94%-
HSV(B)64.29º53.26%72.16%-
XYZ36.9544.315.41-
YUV170.7480.18132.47-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.60%
GREEN value IS 184 (72.27% from 255) = 41.16%
BLUE value IS 86 (33.98% from 255) = 19.24%
R=39.60%
G=41.16%
B=19.24%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal177184860.0400.530.2864.2940.8352.94
HexB1B85640351C402935
Octal2612701264065341005165
Binary101100011011100010101101000110101111001000000101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B856; }

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

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

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

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

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

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

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

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