#B1AD5A

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

Shades of Olive Green #B1AD5A

Tints of Olive Green #B1AD5A

Color information

#B1AD5A (or 0xB1AD5A) is unknown color: approx Olive Green. HEX triplet: B1, AD and 5A. RGB value is (177,173,90). Sum of RGB (Red+Green+Blue) = 177+173+90=440 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.23% from 440); Green value is 173 (67.97% from 255 or 39.32% from 440); Blue value is 90 (35.55% from 255 or 20.45% from 440); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AD5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1AD5A is #4E52A5. Grayscale: #A5A5A5. Windows color (decimal): -5132966 or 5942705. OLE color: 5942705.

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

Color convert

RGB17717390-
CMYK00.020.490.31
HSL57.24º35.8%52.35%-
HSV(B)57.24º49.15%69.41%-
XYZ34.9239.9715.55-
YUV164.7385.83136.75-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.23%
GREEN value IS 173 (67.97% from 255) = 39.32%
BLUE value IS 90 (35.55% from 255) = 20.45%
R=40.23%
G=39.32%
B=20.45%

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
Decimal1771739000.020.490.3157.2435.852.35
HexB1AD5A02311F392434
Octal261255132026137714464
Binary1011000110101101101101001011000111111111001100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AD5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AD5A; }

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

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

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

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

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

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

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

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