#B5B664

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

Shades of Olive Green #B5B664

Tints of Olive Green #B5B664

Color information

#B5B664 (or 0xB5B664) is unknown color: approx Olive Green. HEX triplet: B5, B6 and 64. RGB value is (181,182,100). Sum of RGB (Red+Green+Blue) = 181+182+100=463 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.09% from 463); Green value is 182 (71.48% from 255 or 39.31% from 463); Blue value is 100 (39.45% from 255 or 21.60% from 463); Max value from RGB is 182 - color contains mainly: green. Hex color #B5B664 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5B664 is #4A499B. Grayscale: #ACACAC. Windows color (decimal): -4868508 or 6600373. OLE color: 6600373.

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

Color convert

RGB181182100-
CMYK0.0100.450.29
HSL60.73º35.96%55.29%-
HSV(B)60.73º45.05%71.37%-
XYZ38.0844.218.58-
YUV172.3587.17134.17-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.09%
GREEN value IS 182 (71.48% from 255) = 39.31%
BLUE value IS 100 (39.45% from 255) = 21.60%
R=39.09%
G=39.31%
B=21.60%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811821000.0100.450.2960.7335.9655.29
HexB5B664102D1D3d2437
Octal265266144105535754467
Binary101101011011011011001001010110111101111101100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B664; }

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

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

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

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

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

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

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

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