#899255

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

Shades of Bitter #899255

Tints of Bitter #899255

Color information

#899255 (or 0x899255) is unknown color: approx Bitter. HEX triplet: 89, 92 and 55. RGB value is (137,146,85). Sum of RGB (Red+Green+Blue) = 137+146+85=368 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.23% from 368); Green value is 146 (57.42% from 255 or 39.67% from 368); Blue value is 85 (33.59% from 255 or 23.10% from 368); Max value from RGB is 146 - color contains mainly: green. Hex color #899255 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899255 is #766DAA. Grayscale: #888888. Windows color (decimal): -7761323 or 5608073. OLE color: 5608073.

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

Color convert

RGB13714685-
CMYK0.0600.420.43
HSL68.85º26.41%45.29%-
HSV(B)68.85º41.78%57.25%-
XYZ22.2426.5312.54-
YUV136.3599.02128.46-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.23%
GREEN value IS 146 (57.42% from 255) = 39.67%
BLUE value IS 85 (33.59% from 255) = 23.10%
R=37.23%
G=39.67%
B=23.10%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal137146850.0600.420.4368.8526.4145.29
Hex899255602A2B451a2d
Octal2112221256052531053255
Binary100010011001001010101011100101010101011100010111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899255; }

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

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

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

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

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

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

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

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