#B1AD4E

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

Shades of Olive Green #B1AD4E

Tints of Olive Green #B1AD4E

Color information

#B1AD4E (or 0xB1AD4E) is unknown color: approx Olive Green. HEX triplet: B1, AD and 4E. RGB value is (177,173,78). Sum of RGB (Red+Green+Blue) = 177+173+78=428 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.36% from 428); Green value is 173 (67.97% from 255 or 40.42% from 428); Blue value is 78 (30.86% from 255 or 18.22% from 428); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AD4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1AD4E is #4E52B1. Grayscale: #A3A3A3. Windows color (decimal): -5132978 or 5156273. OLE color: 5156273.

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

Color convert

RGB17717378-
CMYK00.020.560.31
HSL57.58º38.82%50%-
HSV(B)57.58º55.93%69.41%-
XYZ34.4539.7813.07-
YUV163.3779.83137.72-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.36%
GREEN value IS 173 (67.97% from 255) = 40.42%
BLUE value IS 78 (30.86% from 255) = 18.22%
R=41.36%
G=40.42%
B=18.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771737800.020.560.3157.5838.8250
HexB1AD4E02381F3a2732
Octal261255116027037724762
Binary1011000110101101100111001011100011111111010100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AD4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AD4E; }

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

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

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

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

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

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

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

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