#B5B658

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

Shades of Olive Green #B5B658

Tints of Olive Green #B5B658

Color information

#B5B658 (or 0xB5B658) is unknown color: approx Olive Green. HEX triplet: B5, B6 and 58. RGB value is (181,182,88). Sum of RGB (Red+Green+Blue) = 181+182+88=451 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.13% from 451); Green value is 182 (71.48% from 255 or 40.35% from 451); Blue value is 88 (34.77% from 255 or 19.51% from 451); Max value from RGB is 182 - color contains mainly: green. Hex color #B5B658 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5B658 is #4A49A7. Grayscale: #ABABAB. Windows color (decimal): -4868520 or 5813941. OLE color: 5813941.

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

Color convert

RGB18118288-
CMYK0.0100.520.29
HSL60.64º39.17%52.94%-
HSV(B)60.64º51.65%71.37%-
XYZ37.5543.9815.74-
YUV170.9881.17135.14-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.13%
GREEN value IS 182 (71.48% from 255) = 40.35%
BLUE value IS 88 (34.77% from 255) = 19.51%
R=40.13%
G=40.35%
B=19.51%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181182880.0100.520.2960.6439.1752.94
HexB5B65810341D3d2735
Octal265266130106435754765
Binary101101011011011010110001011010011101111101100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B658; }

 p { color: rgb(181,182,88); }

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

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

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

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

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

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

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