#B1AD5B

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

Shades of Olive Green #B1AD5B

Tints of Olive Green #B1AD5B

Color information

#B1AD5B (or 0xB1AD5B) is unknown color: approx Olive Green. HEX triplet: B1, AD and 5B. RGB value is (177,173,91). Sum of RGB (Red+Green+Blue) = 177+173+91=441 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.14% from 441); Green value is 173 (67.97% from 255 or 39.23% from 441); Blue value is 91 (35.94% from 255 or 20.63% from 441); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AD5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1AD5B is #4E52A4. Grayscale: #A5A5A5. Windows color (decimal): -5132965 or 6008241. OLE color: 6008241.

HSL color Cylindrical-coordinate representation of color #B1AD5B: hue angle of 57.21º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B1AD5B is Cyan = 0, Magento = 0.02, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB17717391-
CMYK00.020.490.31
HSL57.21º35.54%52.55%-
HSV(B)57.21º48.59%69.41%-
XYZ34.9639.9915.77-
YUV164.8586.33136.67-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.14%
GREEN value IS 173 (67.97% from 255) = 39.23%
BLUE value IS 91 (35.94% from 255) = 20.63%
R=40.14%
G=39.23%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771739100.020.490.3157.2135.5452.55
HexB1AD5B02311F392435
Octal261255133026137714465
Binary1011000110101101101101101011000111111111001100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AD5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AD5B; }

 p { color: rgb(177,173,91); }

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

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

 a { background-color: rgb(177,173,91); }

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

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

 span { border-color: rgb(177,173,91); }

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