#B4B559

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

Shades of Olive Green #B4B559

Tints of Olive Green #B4B559

Color information

#B4B559 (or 0xB4B559) is unknown color: approx Olive Green. HEX triplet: B4, B5 and 59. RGB value is (180,181,89). Sum of RGB (Red+Green+Blue) = 180+181+89=450 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40% from 450); Green value is 181 (71.09% from 255 or 40.22% from 450); Blue value is 89 (35.16% from 255 or 19.78% from 450); Max value from RGB is 181 - color contains mainly: green. Hex color #B4B559 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4B559 is #4B4AA6. Grayscale: #AAAAAA. Windows color (decimal): -4934311 or 5879220. OLE color: 5879220.

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

Color convert

RGB18018189-
CMYK0.0100.510.29
HSL60.65º38.33%52.94%-
HSV(B)60.65º50.83%70.98%-
XYZ37.1543.4715.88-
YUV170.2182.17134.98-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40%
GREEN value IS 181 (71.09% from 255) = 40.22%
BLUE value IS 89 (35.16% from 255) = 19.78%
R=40%
G=40.22%
B=19.78%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180181890.0100.510.2960.6538.3352.94
HexB4B55910331D3d2635
Octal264265131106335754665
Binary101101001011010110110011011001111101111101100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B559; }

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

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

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

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

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

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

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

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