Html Css Color HEX #8C9F99 Cascade

📋 copy color: '#8C9F99'

red 140 ◦ green 159 ◦ blue 153

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

Shades of Cascade #8C9F99

Tints of Cascade #8C9F99

RGB

 RED value IS 140 (55.08% from 255) = 30.97%

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

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

R = 30.97%
G = 35.18%
B = 33.85%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#8C9F99 (or 0x8C9F99) is known color: Cascade. HEX triplet: 8C, 9F and 99. RGB value is (140,159,153). Sum of RGB (Red+Green+Blue) = 140+159+153=452 (59% of max value = 765). Red value is 140 (55.08% from 255 or 30.97% from 452); Green value is 159 (62.5% from 255 or 35.18% from 452); Blue value is 153 (60.16% from 255 or 33.85% from 452); Max value from RGB is 159 - color contains mainly: green. Hex color #8C9F99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9F99 is #736066. Grayscale: #989898. Windows color (decimal): -7561319 or 10067852. OLE color: 10067852.

HSL color Cylindrical-coordinate representation of color #8C9F99: hue angle of 161.05º degrees, saturation: 0.09, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8C9F99 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB 140 159 153 -
CMYK 0.12 0 0.04 0.38
HSL 161.05º 0.09% 0.59% -
HSV(B) 161.05º 0.12% 0.62% -
XYZ 28.96 32.67 34.92 -
YUV 152.64 128.21 118.99 -
System Red Green Blue C M Y K H S L
Decimal 140 159 153 0.12 0 0.04 0.38 161.05 0.09 0.59
Hex 8C 9F 99 C 0 4 26 A1 9 3B
Octal 214 237 231 14 0 4 46 241 11 73
Binary 10001100 10011111 10011001 1100 0 100 100110 10100001 1001 111011

Color Harmonies of #8C9F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9F99

Black with #8C9F99

Text Example


Text Example

White with #8C9F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C9F99; }

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

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

background-color css

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

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

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

border-color css

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

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

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