#B6B65B

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

Shades of Olive Green #B6B65B

Tints of Olive Green #B6B65B

Color information

#B6B65B (or 0xB6B65B) is unknown color: approx Olive Green. HEX triplet: B6, B6 and 5B. RGB value is (182,182,91). Sum of RGB (Red+Green+Blue) = 182+182+91=455 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40% from 455); Green value is 182 (71.48% from 255 or 40% from 455); Blue value is 91 (35.94% from 255 or 20% from 455); Max value from RGB is 182 - color contains mainly: red, green. Hex color #B6B65B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6B65B is #4949A4. Grayscale: #ABABAB. Windows color (decimal): -4802981 or 6010550. OLE color: 6010550.

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

Color convert

RGB18218291-
CMYK000.50.29
HSL60º38.4%53.53%-
HSV(B)60º50%71.37%-
XYZ37.9144.1616.42-
YUV171.6382.5135.4-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40%
GREEN value IS 182 (71.48% from 255) = 40%
BLUE value IS 91 (35.94% from 255) = 20%
R=40%
G=40%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18218291000.50.296038.453.53
HexB6B65B00321D3c2636
Octal266266133006235744666
Binary101101101011011010110110011001011101111100100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B65B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B65B; }

 p { color: rgb(182,182,91); }

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

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

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

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

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

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

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