#B5B55F

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

Shades of Olive Green #B5B55F

Tints of Olive Green #B5B55F

Color information

#B5B55F (or 0xB5B55F) is unknown color: approx Olive Green. HEX triplet: B5, B5 and 5F. RGB value is (181,181,95). Sum of RGB (Red+Green+Blue) = 181+181+95=457 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.61% from 457); Green value is 181 (71.09% from 255 or 39.61% from 457); Blue value is 95 (37.5% from 255 or 20.79% from 457); Max value from RGB is 181 - color contains mainly: red, green. Hex color #B5B55F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5B55F is #4A4AA0. Grayscale: #ABABAB. Windows color (decimal): -4868769 or 6272437. OLE color: 6272437.

HSL color Cylindrical-coordinate representation of color #B5B55F: hue angle of 60º 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 #B5B55F is Cyan = 0, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB18118195-
CMYK000.480.29
HSL60º36.75%54.12%-
HSV(B)60º47.51%70.98%-
XYZ37.6543.717.28-
YUV171.285134.99-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.61%
GREEN value IS 181 (71.09% from 255) = 39.61%
BLUE value IS 95 (37.5% from 255) = 20.79%
R=39.61%
G=39.61%
B=20.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18118195000.480.296036.7554.12
HexB5B55F00301D3c2536
Octal265265137006035744566
Binary101101011011010110111110011000011101111100100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B55F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B55F; }

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

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

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

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

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

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

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

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