#98CCA5

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

Shades of Chinook #98CCA5

Tints of Chinook #98CCA5

Color information

#98CCA5 (or 0x98CCA5) is unknown color: approx Chinook. HEX triplet: 98, CC and A5. RGB value is (152,204,165). Sum of RGB (Red+Green+Blue) = 152+204+165=521 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.17% from 521); Green value is 204 (80.08% from 255 or 39.16% from 521); Blue value is 165 (64.84% from 255 or 31.67% from 521); Max value from RGB is 204 - color contains mainly: green. Hex color #98CCA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98CCA5 is #67335A. Grayscale: #B8B8B8. Windows color (decimal): -6763355 or 10865816. OLE color: 10865816.

HSL color Cylindrical-coordinate representation of color #98CCA5: hue angle of 135º 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 #98CCA5 is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.2.

Color convert

RGB152204165-
CMYK0.2500.190.2
HSL135º33.77%69.8%-
HSV(B)135º25.49%80%-
XYZ41.3352.5843.57-
YUV184.01117.27105.17-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.17%
GREEN value IS 204 (80.08% from 255) = 39.16%
BLUE value IS 165 (64.84% from 255) = 31.67%
R=29.17%
G=39.16%
B=31.67%

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
Decimal1522041650.2500.190.213533.7769.8
Hex98CCA51901314872246
Octal230314245310232420742106
Binary1001100011001100101001011100101001110100100001111000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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