#B1B052

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

Shades of Olive Green #B1B052

Tints of Olive Green #B1B052

Color information

#B1B052 (or 0xB1B052) is unknown color: approx Olive Green. HEX triplet: B1, B0 and 52. RGB value is (177,176,82). Sum of RGB (Red+Green+Blue) = 177+176+82=435 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.69% from 435); Green value is 176 (69.14% from 255 or 40.46% from 435); Blue value is 82 (32.42% from 255 or 18.85% from 435); Max value from RGB is 177 - color contains mainly: red. Hex color #B1B052 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1B052 is #4E4FAD. Grayscale: #A5A5A5. Windows color (decimal): -5132206 or 5419185. OLE color: 5419185.

HSL color Cylindrical-coordinate representation of color #B1B052: hue angle of 59.37º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B1B052 is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB17717682-
CMYK00.010.540.31
HSL59.37º37.85%50.78%-
HSV(B)59.37º53.67%69.41%-
XYZ35.1841.0114.04-
YUV165.5880.83136.14-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.69%
GREEN value IS 176 (69.14% from 255) = 40.46%
BLUE value IS 82 (32.42% from 255) = 18.85%
R=40.69%
G=40.46%
B=18.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771768200.010.540.3159.3737.8550.78
HexB1B05201361F3b2633
Octal261260122016637734663
Binary101100011011000010100100111011011111111011100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B052; }

 p { color: rgb(177,176,82); }

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

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

 a { background-color: rgb(177,176,82); }

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

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

 span { border-color: rgb(177,176,82); }

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