#869166

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

Shades of Bitter #869166

Tints of Bitter #869166

Color information

#869166 (or 0x869166) is unknown color: approx Bitter. HEX triplet: 86, 91 and 66. RGB value is (134,145,102). Sum of RGB (Red+Green+Blue) = 134+145+102=381 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.17% from 381); Green value is 145 (57.03% from 255 or 38.06% from 381); Blue value is 102 (40.23% from 255 or 26.77% from 381); Max value from RGB is 145 - color contains mainly: green. Hex color #869166 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869166 is #796E99. Grayscale: #888888. Windows color (decimal): -7958170 or 6721926. OLE color: 6721926.

HSL color Cylindrical-coordinate representation of color #869166: hue angle of 75.35º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #869166 is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.43.

Color convert

RGB134145102-
CMYK0.0800.300.43
HSL75.35º17.41%48.43%-
HSV(B)75.35º29.66%56.86%-
XYZ22.3626.2816.46-
YUV136.81108.36126-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.17%
GREEN value IS 145 (57.03% from 255) = 38.06%
BLUE value IS 102 (40.23% from 255) = 26.77%
R=35.17%
G=38.06%
B=26.77%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1341451020.0800.300.4375.3517.4148.43
Hex869166801E2B4b1130
Octal20622114610036531132160
Binary100001101001000111001101000011110101011100101110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869166; }

 p { color: rgb(134,145,102); }

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

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

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

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

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

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

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