Html Css Color HEX #8CA398 Cascade

📋 copy color: '#8CA398'

red 140 ◦ green 163 ◦ blue 152

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

Shades of Cascade #8CA398

Tints of Cascade #8CA398

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.82%

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

R = 30.77%
G = 35.82%
B = 33.41%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#8CA398 (or 0x8CA398) is known color: Cascade. HEX triplet: 8C, A3 and 98. RGB value is (140,163,152). Sum of RGB (Red+Green+Blue) = 140+163+152=455 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.77% from 455); Green value is 163 (64.06% from 255 or 35.82% from 455); Blue value is 152 (59.77% from 255 or 33.41% from 455); Max value from RGB is 163 - color contains mainly: green. Hex color #8CA398 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA398 is #735C67. Grayscale: #9A9A9A. Windows color (decimal): -7560296 or 10003340. OLE color: 10003340.

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

Color convert

RGB 140 163 152 -
CMYK 0.14 0 0.07 0.36
HSL 151.3º 0.11% 0.59% -
HSV(B) 151.3º 0.14% 0.64% -
XYZ 29.58 34.04 34.72 -
YUV 154.87 126.38 117.39 -
System Red Green Blue C M Y K H S L
Decimal 140 163 152 0.14 0 0.07 0.36 151.3 0.11 0.59
Hex 8C A3 98 E 0 7 24 97 B 3B
Octal 214 243 230 16 0 7 44 227 13 73
Binary 10001100 10100011 10011000 1110 0 111 100100 10010111 1011 111011

Color Harmonies of #8CA398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA398

Black with #8CA398

Text Example


Text Example

White with #8CA398

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,163,152); }

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

background-color css

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

 a { background-color: rgb(140,163,152); }

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

border-color css

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

 span { border-color: rgb(140,163,152); }

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