#98CBA5

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

Shades of Chinook #98CBA5

Tints of Chinook #98CBA5

Color information

#98CBA5 (or 0x98CBA5) is unknown color: approx Chinook. HEX triplet: 98, CB and A5. RGB value is (152,203,165). Sum of RGB (Red+Green+Blue) = 152+203+165=520 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.23% from 520); Green value is 203 (79.69% from 255 or 39.04% from 520); Blue value is 165 (64.84% from 255 or 31.73% from 520); Max value from RGB is 203 - color contains mainly: green. Hex color #98CBA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98CBA5 is #67345A. Grayscale: #B7B7B7. Windows color (decimal): -6763611 or 10865560. OLE color: 10865560.

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

Color convert

RGB152203165-
CMYK0.2500.190.20
HSL135.29º32.9%69.61%-
HSV(B)135.29º25.12%79.61%-
XYZ41.152.143.49-
YUV183.42117.6105.59-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.23%
GREEN value IS 203 (79.69% from 255) = 39.04%
BLUE value IS 165 (64.84% from 255) = 31.73%
R=29.23%
G=39.04%
B=31.73%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1522031650.2500.190.20135.2932.969.61
Hex98CBA51901314872146
Octal230313245310232420741106
Binary1001100011001011101001011100101001110100100001111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CBA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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