#B1B655

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

Shades of Olive Green #B1B655

Tints of Olive Green #B1B655

Color information

#B1B655 (or 0xB1B655) is unknown color: approx Olive Green. HEX triplet: B1, B6 and 55. RGB value is (177,182,85). Sum of RGB (Red+Green+Blue) = 177+182+85=444 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.86% from 444); Green value is 182 (71.48% from 255 or 40.99% from 444); Blue value is 85 (33.59% from 255 or 19.14% from 444); Max value from RGB is 182 - color contains mainly: green. Hex color #B1B655 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1B655 is #4E49AA. Grayscale: #A9A9A9. Windows color (decimal): -5130667 or 5617329. OLE color: 5617329.

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

Color convert

RGB17718285-
CMYK0.0300.530.29
HSL63.09º39.92%52.35%-
HSV(B)63.09º53.3%71.37%-
XYZ36.543.4615.06-
YUV169.4580.34133.39-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.86%
GREEN value IS 182 (71.48% from 255) = 40.99%
BLUE value IS 85 (33.59% from 255) = 19.14%
R=39.86%
G=40.99%
B=19.14%

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
Decimal177182850.0300.530.2963.0939.9252.35
HexB1B65530351D3f2834
Octal261266125306535775064
Binary1011000110110110101010111011010111101111111101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B655; }

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

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

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

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

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

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

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

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