#98CBA7

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

Shades of Chinook #98CBA7

Tints of Chinook #98CBA7

Color information

#98CBA7 (or 0x98CBA7) is unknown color: approx Chinook. HEX triplet: 98, CB and A7. RGB value is (152,203,167). Sum of RGB (Red+Green+Blue) = 152+203+167=522 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.12% from 522); Green value is 203 (79.69% from 255 or 38.89% from 522); Blue value is 167 (65.62% from 255 or 31.99% from 522); Max value from RGB is 203 - color contains mainly: green. Hex color #98CBA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98CBA7 is #673458. Grayscale: #B7B7B7. Windows color (decimal): -6763609 or 10996632. OLE color: 10996632.

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

Color convert

RGB152203167-
CMYK0.2500.180.20
HSL137.65º32.9%69.61%-
HSV(B)137.65º25.12%79.61%-
XYZ41.2852.1844.45-
YUV183.65118.6105.43-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.12%
GREEN value IS 203 (79.69% from 255) = 38.89%
BLUE value IS 167 (65.62% from 255) = 31.99%
R=29.12%
G=38.89%
B=31.99%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1522031670.2500.180.20137.6532.969.61
Hex98CBA719012148a2146
Octal230313247310222421241106
Binary1001100011001011101001111100101001010100100010101000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CBA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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