#B5B759

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

Shades of Olive Green #B5B759

Tints of Olive Green #B5B759

Color information

#B5B759 (or 0xB5B759) is unknown color: approx Olive Green. HEX triplet: B5, B7 and 59. RGB value is (181,183,89). Sum of RGB (Red+Green+Blue) = 181+183+89=453 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.96% from 453); Green value is 183 (71.88% from 255 or 40.40% from 453); Blue value is 89 (35.16% from 255 or 19.65% from 453); Max value from RGB is 183 - color contains mainly: green. Hex color #B5B759 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5B759 is #4A48A6. Grayscale: #ACACAC. Windows color (decimal): -4868263 or 5879733. OLE color: 5879733.

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

Color convert

RGB18118389-
CMYK0.0100.510.28
HSL61.28º39.5%53.33%-
HSV(B)61.28º51.37%71.76%-
XYZ37.7944.4116.03-
YUV171.6981.34134.64-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.96%
GREEN value IS 183 (71.88% from 255) = 40.40%
BLUE value IS 89 (35.16% from 255) = 19.65%
R=39.96%
G=40.40%
B=19.65%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal181183890.0100.510.2861.2839.553.33
HexB5B75910331C3d2735
Octal265267131106334754765
Binary101101011011011110110011011001111100111101100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B759; }

 p { color: rgb(181,183,89); }

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

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

 a { background-color: rgb(181,183,89); }

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

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

 span { border-color: rgb(181,183,89); }

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