#B5B45F

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

Shades of Olive Green #B5B45F

Tints of Olive Green #B5B45F

Color information

#B5B45F (or 0xB5B45F) is unknown color: approx Olive Green. HEX triplet: B5, B4 and 5F. RGB value is (181,180,95). Sum of RGB (Red+Green+Blue) = 181+180+95=456 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.69% from 456); Green value is 180 (70.70% from 255 or 39.47% from 456); Blue value is 95 (37.5% from 255 or 20.83% from 456); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B45F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5B45F is #4A4BA0. Grayscale: #AAAAAA. Windows color (decimal): -4869025 or 6272181. OLE color: 6272181.

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

Color convert

RGB18118095-
CMYK00.010.480.29
HSL59.3º36.75%54.12%-
HSV(B)59.3º47.51%70.98%-
XYZ37.4443.2917.21-
YUV170.6185.33135.41-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.69%
GREEN value IS 180 (70.70% from 255) = 39.47%
BLUE value IS 95 (37.5% from 255) = 20.83%
R=39.69%
G=39.47%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811809500.010.480.2959.336.7554.12
HexB5B45F01301D3b2536
Octal265264137016035734566
Binary101101011011010010111110111000011101111011100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B45F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B45F; }

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

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

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

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

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

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

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

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