Html Css Color HEX #8CA098 Cascade

📋 copy color: '#8CA098'

red 140 ◦ green 160 ◦ blue 152

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

Shades of Cascade #8CA098

Tints of Cascade #8CA098

RGB

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

 GREEN value IS 160 (62.89% from 255) = 35.4%

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

R = 30.97%
G = 35.4%
B = 33.63%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.05

 K value IS 0.37

RGB Variations

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

Color information

#8CA098 (or 0x8CA098) is known color: Cascade. HEX triplet: 8C, A0 and 98. RGB value is (140,160,152). Sum of RGB (Red+Green+Blue) = 140+160+152=452 (59% of max value = 765). Red value is 140 (55.08% from 255 or 30.97% from 452); Green value is 160 (62.89% from 255 or 35.40% from 452); Blue value is 152 (59.77% from 255 or 33.63% from 452); Max value from RGB is 160 - color contains mainly: green. Hex color #8CA098 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA098 is #735F67. Grayscale: #999999. Windows color (decimal): -7561064 or 10002572. OLE color: 10002572.

HSL color Cylindrical-coordinate representation of color #8CA098: hue angle of 156º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8CA098 is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.37.

Color convert

RGB 140 160 152 -
CMYK 0.12 0 0.05 0.37
HSL 156º 0.1% 0.59% -
HSV(B) 156º 0.13% 0.63% -
XYZ 29.05 32.98 34.54 -
YUV 153.11 127.37 118.65 -
System Red Green Blue C M Y K H S L
Decimal 140 160 152 0.12 0 0.05 0.37 156 0.1 0.59
Hex 8C A0 98 C 0 5 25 9C A 3B
Octal 214 240 230 14 0 5 45 234 12 73
Binary 10001100 10100000 10011000 1100 0 101 100101 10011100 1010 111011

Color Harmonies of #8CA098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA098

Black with #8CA098

Text Example


Text Example

White with #8CA098

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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