#899270

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

Shades of Bitter #899270

Tints of Bitter #899270

Color information

#899270 (or 0x899270) is unknown color: approx Bitter. HEX triplet: 89, 92 and 70. RGB value is (137,146,112). Sum of RGB (Red+Green+Blue) = 137+146+112=395 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.68% from 395); Green value is 146 (57.42% from 255 or 36.96% from 395); Blue value is 112 (44.14% from 255 or 28.35% from 395); Max value from RGB is 146 - color contains mainly: green. Hex color #899270 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899270 is #766D8F. Grayscale: #8B8B8B. Windows color (decimal): -7761296 or 7377545. OLE color: 7377545.

HSL color Cylindrical-coordinate representation of color #899270: hue angle of 75.88º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #899270 is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB137146112-
CMYK0.0600.230.43
HSL75.88º13.49%50.59%-
HSV(B)75.88º23.29%57.25%-
XYZ23.5227.0519.31-
YUV139.43112.52126.26-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.68%
GREEN value IS 146 (57.42% from 255) = 36.96%
BLUE value IS 112 (44.14% from 255) = 28.35%
R=34.68%
G=36.96%
B=28.35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1371461120.0600.230.4375.8813.4950.59
Hex89927060172B4cd33
Octal2112221606027531141563
Binary1000100110010010111000011001011110101110011001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899270; }

 p { color: rgb(137,146,112); }

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

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

 a { background-color: rgb(137,146,112); }

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

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

 span { border-color: rgb(137,146,112); }

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