#B1AE5A

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

Shades of Olive Green #B1AE5A

Tints of Olive Green #B1AE5A

Color information

#B1AE5A (or 0xB1AE5A) is unknown color: approx Olive Green. HEX triplet: B1, AE and 5A. RGB value is (177,174,90). Sum of RGB (Red+Green+Blue) = 177+174+90=441 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.14% from 441); Green value is 174 (68.36% from 255 or 39.46% from 441); Blue value is 90 (35.55% from 255 or 20.41% from 441); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AE5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1AE5A is #4E51A5. Grayscale: #A5A5A5. Windows color (decimal): -5132710 or 5942961. OLE color: 5942961.

HSL color Cylindrical-coordinate representation of color #B1AE5A: hue angle of 57.93º 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 #B1AE5A is Cyan = 0, Magento = 0.02, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB17717490-
CMYK00.020.490.31
HSL57.93º35.8%52.35%-
HSV(B)57.93º49.15%69.41%-
XYZ35.1140.3615.61-
YUV165.3285.49136.33-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.14%
GREEN value IS 174 (68.36% from 255) = 39.46%
BLUE value IS 90 (35.55% from 255) = 20.41%
R=40.14%
G=39.46%
B=20.41%

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
Decimal1771749000.020.490.3157.9335.852.35
HexB1AE5A02311F3a2434
Octal261256132026137724464
Binary1011000110101110101101001011000111111111010100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AE5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AE5A; }

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

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

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

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

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

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

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

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