#869258

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

Shades of Bitter #869258

Tints of Bitter #869258

Color information

#869258 (or 0x869258) is unknown color: approx Bitter. HEX triplet: 86, 92 and 58. RGB value is (134,146,88). Sum of RGB (Red+Green+Blue) = 134+146+88=368 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.41% from 368); Green value is 146 (57.42% from 255 or 39.67% from 368); Blue value is 88 (34.77% from 255 or 23.91% from 368); Max value from RGB is 146 - color contains mainly: green. Hex color #869258 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869258 is #796DA7. Grayscale: #888888. Windows color (decimal): -7957928 or 5804678. OLE color: 5804678.

HSL color Cylindrical-coordinate representation of color #869258: hue angle of 72.41º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #869258 is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.43.

Color convert

RGB13414688-
CMYK0.0800.400.43
HSL72.41º24.79%45.88%-
HSV(B)72.41º39.73%57.25%-
XYZ21.8726.3313.16-
YUV135.8101.02126.72-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.41%
GREEN value IS 146 (57.42% from 255) = 39.67%
BLUE value IS 88 (34.77% from 255) = 23.91%
R=36.41%
G=39.67%
B=23.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal134146880.0800.400.4372.4124.7945.88
Hex86925880282B48192e
Octal20622213010050531103156
Binary1000011010010010101100010000101000101011100100011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869258; }

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

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

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

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

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

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

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

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