Html Css Color HEX #8CA299 Cascade

📋 copy color: '#8CA299'

red 140 ◦ green 162 ◦ blue 153

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

Shades of Cascade #8CA299

Tints of Cascade #8CA299

RGB

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

 GREEN value IS 162 (63.67% from 255) = 35.6%

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

R = 30.77%
G = 35.6%
B = 33.63%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#8CA299 (or 0x8CA299) is known color: Cascade. HEX triplet: 8C, A2 and 99. RGB value is (140,162,153). Sum of RGB (Red+Green+Blue) = 140+162+153=455 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.77% from 455); Green value is 162 (63.67% from 255 or 35.60% from 455); Blue value is 153 (60.16% from 255 or 33.63% from 455); Max value from RGB is 162 - color contains mainly: green. Hex color #8CA299 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA299 is #735D66. Grayscale: #9A9A9A. Windows color (decimal): -7560551 or 10068620. OLE color: 10068620.

HSL color Cylindrical-coordinate representation of color #8CA299: hue angle of 155.45º degrees, saturation: 0.11, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8CA299 is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB 140 162 153 -
CMYK 0.14 0 0.06 0.36
HSL 155.45º 0.11% 0.59% -
HSV(B) 155.45º 0.14% 0.64% -
XYZ 29.49 33.72 35.09 -
YUV 154.4 127.21 117.73 -
System Red Green Blue C M Y K H S L
Decimal 140 162 153 0.14 0 0.06 0.36 155.45 0.11 0.59
Hex 8C A2 99 E 0 6 24 9B B 3B
Octal 214 242 231 16 0 6 44 233 13 73
Binary 10001100 10100010 10011001 1110 0 110 100100 10011011 1011 111011

Color Harmonies of #8CA299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA299

Black with #8CA299

Text Example


Text Example

White with #8CA299

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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