#B5B44F

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

Shades of Olive Green #B5B44F

Tints of Olive Green #B5B44F

Color information

#B5B44F (or 0xB5B44F) is unknown color: approx Olive Green. HEX triplet: B5, B4 and 4F. RGB value is (181,180,79). Sum of RGB (Red+Green+Blue) = 181+180+79=440 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.14% from 440); Green value is 180 (70.70% from 255 or 40.91% from 440); Blue value is 79 (31.25% from 255 or 17.95% from 440); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B44F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5B44F is #4A4BB0. Grayscale: #A9A9A9. Windows color (decimal): -4869041 or 5223605. OLE color: 5223605.

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

Color convert

RGB18118079-
CMYK00.010.560.29
HSL59.41º40.8%50.98%-
HSV(B)59.41º56.35%70.98%-
XYZ36.7943.0313.76-
YUV168.7877.33136.71-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.14%
GREEN value IS 180 (70.70% from 255) = 40.91%
BLUE value IS 79 (31.25% from 255) = 17.95%
R=41.14%
G=40.91%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811807900.010.560.2959.4140.850.98
HexB5B44F01381D3b2933
Octal265264117017035735163
Binary101101011011010010011110111100011101111011101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B44F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B44F; }

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

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

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

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

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

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

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

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