Html Css Color HEX #8DA299 Cascade

📋 copy color: '#8DA299'

red 141 ◦ green 162 ◦ blue 153

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

Shades of Cascade #8DA299

Tints of Cascade #8DA299

RGB

 RED value IS 141 (55.47% from 255) = 30.92%

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

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

R = 30.92%
G = 35.53%
B = 33.55%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#8DA299 (or 0x8DA299) is known color: Cascade. HEX triplet: 8D, A2 and 99. RGB value is (141,162,153). Sum of RGB (Red+Green+Blue) = 141+162+153=456 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.92% from 456); Green value is 162 (63.67% from 255 or 35.53% from 456); Blue value is 153 (60.16% from 255 or 33.55% from 456); Max value from RGB is 162 - color contains mainly: green. Hex color #8DA299 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA299 is #725D66. Grayscale: #9A9A9A. Windows color (decimal): -7495015 or 10068621. OLE color: 10068621.

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

Color convert

RGB 141 162 153 -
CMYK 0.13 0 0.06 0.36
HSL 154.29º 0.1% 0.59% -
HSV(B) 154.29º 0.13% 0.64% -
XYZ 29.65 33.8 35.1 -
YUV 154.7 127.04 118.23 -
System Red Green Blue C M Y K H S L
Decimal 141 162 153 0.13 0 0.06 0.36 154.29 0.1 0.59
Hex 8D A2 99 D 0 6 24 9A A 3B
Octal 215 242 231 15 0 6 44 232 12 73
Binary 10001101 10100010 10011001 1101 0 110 100100 10011010 1010 111011

Color Harmonies of #8DA299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA299

Black with #8DA299

Text Example


Text Example

White with #8DA299

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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