#98CCA6

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

Shades of Chinook #98CCA6

Tints of Chinook #98CCA6

Color information

#98CCA6 (or 0x98CCA6) is unknown color: approx Chinook. HEX triplet: 98, CC and A6. RGB value is (152,204,166). Sum of RGB (Red+Green+Blue) = 152+204+166=522 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.12% from 522); Green value is 204 (80.08% from 255 or 39.08% from 522); Blue value is 166 (65.23% from 255 or 31.80% from 522); Max value from RGB is 204 - color contains mainly: green. Hex color #98CCA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98CCA6 is #673359. Grayscale: #B8B8B8. Windows color (decimal): -6763354 or 10931352. OLE color: 10931352.

HSL color Cylindrical-coordinate representation of color #98CCA6: hue angle of 136.15º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #98CCA6 is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.2.

Color convert

RGB152204166-
CMYK0.2500.190.2
HSL136.15º33.77%69.8%-
HSV(B)136.15º25.49%80%-
XYZ41.4252.6144.05-
YUV184.12117.77105.09-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.12%
GREEN value IS 204 (80.08% from 255) = 39.08%
BLUE value IS 166 (65.23% from 255) = 31.80%
R=29.12%
G=39.08%
B=31.80%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1522041660.2500.190.2136.1533.7769.8
Hex98CCA61901314882246
Octal230314246310232421042106
Binary1001100011001100101001101100101001110100100010001000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CCA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,204,166); }

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

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

 a { background-color: rgb(152,204,166); }

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

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

 span { border-color: rgb(152,204,166); }

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