#8CA298

Color #8CA298 Cascade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cascade #8CA298

Tints of Cascade #8CA298

Color information

#8CA298 (or 0x8CA298) is unknown color: approx Cascade. HEX triplet: 8C, A2 and 98. RGB value is (140,162,152). Sum of RGB (Red+Green+Blue) = 140+162+152=454 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.84% from 454); Green value is 162 (63.67% from 255 or 35.68% from 454); Blue value is 152 (59.77% from 255 or 33.48% from 454); Max value from RGB is 162 - color contains mainly: green. Hex color #8CA298 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA298 is #735D67. Grayscale: #9A9A9A. Windows color (decimal): -7560552 or 10003084. OLE color: 10003084.

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

Color convert

RGB140162152-
CMYK0.1400.060.36
HSL152.73º10.58%59.22%-
HSV(B)152.73º13.58%63.53%-
XYZ29.433.6834.66-
YUV154.28126.71117.81-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.84%
GREEN value IS 162 (63.67% from 255) = 35.68%
BLUE value IS 152 (59.77% from 255) = 33.48%
R=30.84%
G=35.68%
B=33.48%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1401621520.1400.060.36152.7310.5859.22
Hex8CA298E062499b3b
Octal2142422301606442311373
Binary10001100101000101001100011100110100100100110011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8CA298;
 }
 .AnyTagClassName
 {
   color: #8CA298;
 }
</style>
background-color css

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

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

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

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

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

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