Html Css Color HEX #8CA699 Cascade

📋 copy color: '#8CA699'

red 140 ◦ green 166 ◦ blue 153

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

Shades of Cascade #8CA699

Tints of Cascade #8CA699

RGB

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

 GREEN value IS 166 (65.23% from 255) = 36.17%

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

R = 30.5%
G = 36.17%
B = 33.33%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#8CA699 (or 0x8CA699) is known color: Cascade. HEX triplet: 8C, A6 and 99. RGB value is (140,166,153). Sum of RGB (Red+Green+Blue) = 140+166+153=459 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.50% from 459); Green value is 166 (65.23% from 255 or 36.17% from 459); Blue value is 153 (60.16% from 255 or 33.33% from 459); Max value from RGB is 166 - color contains mainly: green. Hex color #8CA699 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA699 is #735966. Grayscale: #9C9C9C. Windows color (decimal): -7559527 or 10069644. OLE color: 10069644.

HSL color Cylindrical-coordinate representation of color #8CA699: hue angle of 150º degrees, saturation: 0.13, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8CA699 is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB 140 166 153 -
CMYK 0.16 0 0.08 0.35
HSL 150º 0.13% 0.6% -
HSV(B) 150º 0.16% 0.65% -
XYZ 30.2 35.15 35.33 -
YUV 156.74 125.89 116.06 -
System Red Green Blue C M Y K H S L
Decimal 140 166 153 0.16 0 0.08 0.35 150 0.13 0.6
Hex 8C A6 99 10 0 8 23 96 D 3C
Octal 214 246 231 20 0 10 43 226 15 74
Binary 10001100 10100110 10011001 10000 0 1000 100011 10010110 1101 111100

Color Harmonies of #8CA699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA699

Black with #8CA699

Text Example


Text Example

White with #8CA699

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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