Html Css Color HEX #899F99 Cascade

📋 copy color: '#899F99'

red 137 ◦ green 159 ◦ blue 153

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

Shades of Cascade #899F99

Tints of Cascade #899F99

RGB

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

 GREEN value IS 159 (62.5% from 255) = 35.41%

 BLUE value IS 153 (60.16% from 255) = 34.08%

R = 30.51%
G = 35.41%
B = 34.08%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#899F99 (or 0x899F99) is known color: Cascade. HEX triplet: 89, 9F and 99. RGB value is (137,159,153). Sum of RGB (Red+Green+Blue) = 137+159+153=449 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.51% from 449); Green value is 159 (62.5% from 255 or 35.41% from 449); Blue value is 153 (60.16% from 255 or 34.08% from 449); Max value from RGB is 159 - color contains mainly: green. Hex color #899F99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899F99 is #766066. Grayscale: #979797. Windows color (decimal): -7757927 or 10067849. OLE color: 10067849.

HSL color Cylindrical-coordinate representation of color #899F99: hue angle of 163.64º degrees, saturation: 0.1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #899F99 is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB 137 159 153 -
CMYK 0.14 0 0.04 0.38
HSL 163.64º 0.1% 0.58% -
HSV(B) 163.64º 0.14% 0.62% -
XYZ 28.46 32.41 34.89 -
YUV 151.74 128.71 117.49 -
System Red Green Blue C M Y K H S L
Decimal 137 159 153 0.14 0 0.04 0.38 163.64 0.1 0.58
Hex 89 9F 99 E 0 4 26 A4 A 3A
Octal 211 237 231 16 0 4 46 244 12 72
Binary 10001001 10011111 10011001 1110 0 100 100110 10100100 1010 111010

Color Harmonies of #899F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899F99

Black with #899F99

Text Example


Text Example

White with #899F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899F99; }

 p { color: rgb(137,159,153); }

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

background-color css

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

 a { background-color: rgb(137,159,153); }

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

border-color css

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

 span { border-color: rgb(137,159,153); }

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