#98CA9C

Color #98CA9C Chinook (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chinook #98CA9C

Tints of Chinook #98CA9C

Color information

#98CA9C (or 0x98CA9C) is unknown color: approx Chinook. HEX triplet: 98, CA and 9C. RGB value is (152,202,156). Sum of RGB (Red+Green+Blue) = 152+202+156=510 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.80% from 510); Green value is 202 (79.30% from 255 or 39.61% from 510); Blue value is 156 (61.33% from 255 or 30.59% from 510); Max value from RGB is 202 - color contains mainly: green. Hex color #98CA9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98CA9C is #673563. Grayscale: #B5B5B5. Windows color (decimal): -6763876 or 10275480. OLE color: 10275480.

HSL color Cylindrical-coordinate representation of color #98CA9C: hue angle of 124.8º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #98CA9C is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB152202156-
CMYK0.2500.230.21
HSL124.8º32.05%69.41%-
HSV(B)124.8º24.75%79.22%-
XYZ40.0751.3239.25-
YUV181.81113.44106.74-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.80%
GREEN value IS 202 (79.30% from 255) = 39.61%
BLUE value IS 156 (61.33% from 255) = 30.59%
R=29.80%
G=39.61%
B=30.59%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1522021560.2500.230.21124.832.0569.41
Hex98CA9C19017157d2045
Octal230312234310272517540105
Binary100110001100101010011100110010101111010111111011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98CA9C; }

 p { color: rgb(152,202,156); }

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

<style>
 a { background-color: #98CA9C; }

 a { background-color: rgb(152,202,156); }

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

<style>
 span { border-color: #98CA9C; }

 span { border-color: rgb(152,202,156); }

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