Html Css Color HEX #8DA298 Cascade

📋 copy color: '#8DA298'

red 141 ◦ green 162 ◦ blue 152

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

Shades of Cascade #8DA298

Tints of Cascade #8DA298

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 33.41%

R = 30.99%
G = 35.6%
B = 33.41%

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

#8DA298 (or 0x8DA298) is known color: Cascade. HEX triplet: 8D, A2 and 98. RGB value is (141,162,152). Sum of RGB (Red+Green+Blue) = 141+162+152=455 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.99% from 455); Green value is 162 (63.67% from 255 or 35.60% from 455); Blue value is 152 (59.77% from 255 or 33.41% from 455); Max value from RGB is 162 - color contains mainly: green. Hex color #8DA298 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA298 is #725D67. Grayscale: #9A9A9A. Windows color (decimal): -7495016 or 10003085. OLE color: 10003085.

HSL color Cylindrical-coordinate representation of color #8DA298: hue angle of 151.43º 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 #8DA298 is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB 141 162 152 -
CMYK 0.13 0 0.06 0.36
HSL 151.43º 0.1% 0.59% -
HSV(B) 151.43º 0.13% 0.64% -
XYZ 29.57 33.77 34.67 -
YUV 154.58 126.54 118.31 -
System Red Green Blue C M Y K H S L
Decimal 141 162 152 0.13 0 0.06 0.36 151.43 0.1 0.59
Hex 8D A2 98 D 0 6 24 97 A 3B
Octal 215 242 230 15 0 6 44 227 12 73
Binary 10001101 10100010 10011000 1101 0 110 100100 10010111 1010 111011

Color Harmonies of #8DA298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA298

Black with #8DA298

Text Example


Text Example

White with #8DA298

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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