#899053

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

Shades of Bitter #899053

Tints of Bitter #899053

Color information

#899053 (or 0x899053) is unknown color: approx Bitter. HEX triplet: 89, 90 and 53. RGB value is (137,144,83). Sum of RGB (Red+Green+Blue) = 137+144+83=364 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.64% from 364); Green value is 144 (56.64% from 255 or 39.56% from 364); Blue value is 83 (32.81% from 255 or 22.80% from 364); Max value from RGB is 144 - color contains mainly: green. Hex color #899053 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899053 is #766FAC. Grayscale: #878787. Windows color (decimal): -7761837 or 5476489. OLE color: 5476489.

HSL color Cylindrical-coordinate representation of color #899053: hue angle of 66.89º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #899053 is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.44.

Color convert

RGB13714483-
CMYK0.0500.420.44
HSL66.89º26.87%44.51%-
HSV(B)66.89º42.36%56.47%-
XYZ21.8525.8912.03-
YUV134.9598.68129.46-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.64%
GREEN value IS 144 (56.64% from 255) = 39.56%
BLUE value IS 83 (32.81% from 255) = 22.80%
R=37.64%
G=39.56%
B=22.80%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal137144830.0500.420.4466.8926.8744.51
Hex899053502A2C431b2d
Octal2112201235052541033355
Binary100010011001000010100111010101010101100100001111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899053; }

 p { color: rgb(137,144,83); }

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

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

 a { background-color: rgb(137,144,83); }

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

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

 span { border-color: rgb(137,144,83); }

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