#98CBA0

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

Shades of Chinook #98CBA0

Tints of Chinook #98CBA0

Color information

#98CBA0 (or 0x98CBA0) is unknown color: approx Chinook. HEX triplet: 98, CB and A0. RGB value is (152,203,160). Sum of RGB (Red+Green+Blue) = 152+203+160=515 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.51% from 515); Green value is 203 (79.69% from 255 or 39.42% from 515); Blue value is 160 (62.89% from 255 or 31.07% from 515); Max value from RGB is 203 - color contains mainly: green. Hex color #98CBA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98CBA0 is #67345F. Grayscale: #B6B6B6. Windows color (decimal): -6763616 or 10537880. OLE color: 10537880.

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

Color convert

RGB152203160-
CMYK0.2500.210.20
HSL129.41º32.9%69.61%-
HSV(B)129.41º25.12%79.61%-
XYZ40.6551.9341.14-
YUV182.85115.1106-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.51%
GREEN value IS 203 (79.69% from 255) = 39.42%
BLUE value IS 160 (62.89% from 255) = 31.07%
R=29.51%
G=39.42%
B=31.07%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1522031600.2500.210.20129.4132.969.61
Hex98CBA01901514812146
Octal230313240310252420141106
Binary1001100011001011101000001100101010110100100000011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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