#B6B755

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

Shades of Olive Green #B6B755

Tints of Olive Green #B6B755

Color information

#B6B755 (or 0xB6B755) is unknown color: approx Olive Green. HEX triplet: B6, B7 and 55. RGB value is (182,183,85). Sum of RGB (Red+Green+Blue) = 182+183+85=450 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.44% from 450); Green value is 183 (71.88% from 255 or 40.67% from 450); Blue value is 85 (33.59% from 255 or 18.89% from 450); Max value from RGB is 183 - color contains mainly: green. Hex color #B6B755 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6B755 is #4948AA. Grayscale: #ABABAB. Windows color (decimal): -4802731 or 5617590. OLE color: 5617590.

HSL color Cylindrical-coordinate representation of color #B6B755: hue angle of 60.61º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B6B755 is Cyan = 0.01, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.28.

Color convert

RGB18218385-
CMYK0.0100.540.28
HSL60.61º40.5%52.55%-
HSV(B)60.61º53.55%71.76%-
XYZ37.8644.4715.18-
YUV171.5379.17135.47-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.44%
GREEN value IS 183 (71.88% from 255) = 40.67%
BLUE value IS 85 (33.59% from 255) = 18.89%
R=40.44%
G=40.67%
B=18.89%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal182183850.0100.540.2860.6140.552.55
HexB6B75510361C3d2835
Octal266267125106634755065
Binary101101101011011110101011011011011100111101101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B755; }

 p { color: rgb(182,183,85); }

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

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

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

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

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

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

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