#B1AE50

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

Shades of Olive Green #B1AE50

Tints of Olive Green #B1AE50

Color information

#B1AE50 (or 0xB1AE50) is unknown color: approx Olive Green. HEX triplet: B1, AE and 50. RGB value is (177,174,80). Sum of RGB (Red+Green+Blue) = 177+174+80=431 (57% of max value = 765). Red value is 177 (69.53% from 255 or 41.07% from 431); Green value is 174 (68.36% from 255 or 40.37% from 431); Blue value is 80 (31.64% from 255 or 18.56% from 431); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AE50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1AE50 is #4E51AF. Grayscale: #A4A4A4. Windows color (decimal): -5132720 or 5287601. OLE color: 5287601.

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

Color convert

RGB17717480-
CMYK00.020.550.31
HSL58.14º38.34%50.39%-
HSV(B)58.14º54.8%69.41%-
XYZ34.7240.213.52-
YUV164.1880.49137.14-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.07%
GREEN value IS 174 (68.36% from 255) = 40.37%
BLUE value IS 80 (31.64% from 255) = 18.56%
R=41.07%
G=40.37%
B=18.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771748000.020.550.3158.1438.3450.39
HexB1AE5002371F3a2632
Octal261256120026737724662
Binary1011000110101110101000001011011111111111010100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AE50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AE50; }

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

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

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

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

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

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

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

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