#869266

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

Shades of Bitter #869266

Tints of Bitter #869266

Color information

#869266 (or 0x869266) is unknown color: approx Bitter. HEX triplet: 86, 92 and 66. RGB value is (134,146,102). Sum of RGB (Red+Green+Blue) = 134+146+102=382 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.08% from 382); Green value is 146 (57.42% from 255 or 38.22% from 382); Blue value is 102 (40.23% from 255 or 26.70% from 382); Max value from RGB is 146 - color contains mainly: green. Hex color #869266 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869266 is #796D99. Grayscale: #898989. Windows color (decimal): -7957914 or 6722182. OLE color: 6722182.

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

Color convert

RGB134146102-
CMYK0.0800.300.43
HSL76.36º17.74%48.63%-
HSV(B)76.36º30.14%57.25%-
XYZ22.5126.5916.52-
YUV137.4108.02125.58-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.08%
GREEN value IS 146 (57.42% from 255) = 38.22%
BLUE value IS 102 (40.23% from 255) = 26.70%
R=35.08%
G=38.22%
B=26.70%

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
Decimal1341461020.0800.300.4376.3617.7448.63
Hex869266801E2B4c1231
Octal20622214610036531142261
Binary100001101001001011001101000011110101011100110010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869266; }

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

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

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

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

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

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

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

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