#8b8b66

Color #8B8B66 Bitter (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bitter #8B8B66

Tints of Bitter #8B8B66

Color information

#8B8B66 (or 0x8B8B66) is unknown color: approx Bitter. HEX triplet: 8B, 8B and 66. RGB value is (139,139,102). Sum of RGB (Red+Green+Blue) = 139+139+102=380 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.58% from 380); Green value is 139 (54.69% from 255 or 36.58% from 380); Blue value is 102 (40.23% from 255 or 26.84% from 380); Max value from RGB is 139 - color contains mainly: red, green. Hex color #8B8B66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8B66 is #747499. Grayscale: #868686. Windows color (decimal): -7632026 or 6720395. OLE color: 6720395.

HSL color Cylindrical-coordinate representation of color #8B8B66: hue angle of 60º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8B8B66 is Cyan = 0, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.45.

Color convert

RGB139139102-
CMYK000.270.45
HSL60º15.35%47.25%-
HSV(B)60º26.62%54.51%-
XYZ22.2824.9116.2-
YUV134.78109.5131.01-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.58%
GREEN value IS 139 (54.69% from 255) = 36.58%
BLUE value IS 102 (40.23% from 255) = 26.84%
R=36.58%
G=36.58%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139139102000.270.456015.3547.25
Hex8B8B66001B2D3cf2f
Octal213213146003355741757
Binary1000101110001011110011000110111011011111001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8b8b66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8b8b66; }

 p { color: rgb(139,139,102); }

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

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

 a { background-color: rgb(139,139,102); }

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

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

 span { border-color: rgb(139,139,102); }

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