#B5B956

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

Shades of Olive Green #B5B956

Tints of Olive Green #B5B956

Color information

#B5B956 (or 0xB5B956) is unknown color: approx Olive Green. HEX triplet: B5, B9 and 56. RGB value is (181,185,86). Sum of RGB (Red+Green+Blue) = 181+185+86=452 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.04% from 452); Green value is 185 (72.66% from 255 or 40.93% from 452); Blue value is 86 (33.98% from 255 or 19.03% from 452); Max value from RGB is 185 - color contains mainly: green. Hex color #B5B956 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5B956 is #4A46A9. Grayscale: #ACACAC. Windows color (decimal): -4867754 or 5683637. OLE color: 5683637.

HSL color Cylindrical-coordinate representation of color #B5B956: hue angle of 62.42º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B5B956 is Cyan = 0.02, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB18118586-
CMYK0.0200.540.27
HSL62.42º41.42%53.14%-
HSV(B)62.42º53.51%72.55%-
XYZ38.0845.1915.52-
YUV172.5279.17134.05-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.04%
GREEN value IS 185 (72.66% from 255) = 40.93%
BLUE value IS 86 (33.98% from 255) = 19.03%
R=40.04%
G=40.93%
B=19.03%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal181185860.0200.540.2762.4241.4253.14
HexB5B95620361B3e2935
Octal265271126206633765165
Binary1011010110111001101011010011011011011111110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B956; }

 p { color: rgb(181,185,86); }

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

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

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

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

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

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

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