#B5B457

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

Shades of Olive Green #B5B457

Tints of Olive Green #B5B457

Color information

#B5B457 (or 0xB5B457) is unknown color: approx Olive Green. HEX triplet: B5, B4 and 57. RGB value is (181,180,87). Sum of RGB (Red+Green+Blue) = 181+180+87=448 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.40% from 448); Green value is 180 (70.70% from 255 or 40.18% from 448); Blue value is 87 (34.38% from 255 or 19.42% from 448); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B457 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5B457 is #4A4BA8. Grayscale: #AAAAAA. Windows color (decimal): -4869033 or 5747893. OLE color: 5747893.

HSL color Cylindrical-coordinate representation of color #B5B457: hue angle of 59.36º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B5B457 is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB18118087-
CMYK00.010.520.29
HSL59.36º38.84%52.55%-
HSV(B)59.36º51.93%70.98%-
XYZ37.143.1515.39-
YUV169.781.33136.06-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.40%
GREEN value IS 180 (70.70% from 255) = 40.18%
BLUE value IS 87 (34.38% from 255) = 19.42%
R=40.40%
G=40.18%
B=19.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811808700.010.520.2959.3638.8452.55
HexB5B45701341D3b2735
Octal265264127016435734765
Binary101101011011010010101110111010011101111011100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B457; }

 p { color: rgb(181,180,87); }

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

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

 a { background-color: rgb(181,180,87); }

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

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

 span { border-color: rgb(181,180,87); }

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