Html Css Color HEX #899063 Bitter

📋 copy color: '#899063'

red 137 ◦ green 144 ◦ blue 99

#899063
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bitter #899063

Tints of Bitter #899063

RGB

 RED value IS 137 (53.91% from 255) = 36.05%

 GREEN value IS 144 (56.64% from 255) = 37.89%

 BLUE value IS 99 (39.06% from 255) = 26.05%

R = 36.05%
G = 37.89%
B = 26.05%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.31

 K value IS 0.44

RGB Variations

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

Color information

#899063 (or 0x899063) is known color: Bitter. HEX triplet: 89, 90 and 63. RGB value is (137,144,99). Sum of RGB (Red+Green+Blue) = 137+144+99=380 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.05% from 380); Green value is 144 (56.64% from 255 or 37.89% from 380); Blue value is 99 (39.06% from 255 or 26.05% from 380); Max value from RGB is 144 - color contains mainly: green. Hex color #899063 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899063 is #766F9C. Grayscale: #888888. Windows color (decimal): -7761821 or 6525065. OLE color: 6525065.

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

Color convert

RGB 137 144 99 -
CMYK 0.05 0 0.31 0.44
HSL 69.33º 0.19% 0.48% -
HSV(B) 69.33º 0.31% 0.56% -
XYZ 22.54 26.17 15.67 -
YUV 136.78 106.68 128.16 -
System Red Green Blue C M Y K H S L
Decimal 137 144 99 0.05 0 0.31 0.44 69.33 0.19 0.48
Hex 89 90 63 5 0 1F 2C 45 13 30
Octal 211 220 143 5 0 37 54 105 23 60
Binary 10001001 10010000 1100011 101 0 11111 101100 1000101 10011 110000

Color Harmonies of #899063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899063

Black with #899063

Text Example


Text Example

White with #899063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899063; }

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

 H1.HeaderClassName
 {
   color: #899063;
 }
 .AnyTagClassName
 {
   color: #899063;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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