Html Css Color HEX #98CCA9 Chinook

📋 copy color: '#98CCA9'

red 152 ◦ green 204 ◦ blue 169

#98CCA9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chinook #98CCA9

Tints of Chinook #98CCA9

RGB

 RED value IS 152 (59.77% from 255) = 28.95%

 GREEN value IS 204 (80.08% from 255) = 38.86%

 BLUE value IS 169 (66.41% from 255) = 32.19%

R = 28.95%
G = 38.86%
B = 32.19%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#98CCA9 (or 0x98CCA9) is known color: Chinook. HEX triplet: 98, CC and A9. RGB value is (152,204,169). Sum of RGB (Red+Green+Blue) = 152+204+169=525 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.95% from 525); Green value is 204 (80.08% from 255 or 38.86% from 525); Blue value is 169 (66.41% from 255 or 32.19% from 525); Max value from RGB is 204 - color contains mainly: green. Hex color #98CCA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98CCA9 is #673356. Grayscale: #B8B8B8. Windows color (decimal): -6763351 or 11127960. OLE color: 11127960.

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

Color convert

RGB 152 204 169 -
CMYK 0.25 0 0.17 0.2
HSL 139.62º 0.34% 0.7% -
HSV(B) 139.62º 0.25% 0.8% -
XYZ 41.7 52.73 45.52 -
YUV 184.46 119.27 104.85 -
System Red Green Blue C M Y K H S L
Decimal 152 204 169 0.25 0 0.17 0.2 139.62 0.34 0.7
Hex 98 CC A9 19 0 11 14 8C 22 46
Octal 230 314 251 31 0 21 24 214 42 106
Binary 10011000 11001100 10101001 11001 0 10001 10100 10001100 100010 1000110

Color Harmonies of #98CCA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98CCA9

Black with #98CCA9

Text Example


Text Example

White with #98CCA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #98CCA9;
 }
 .AnyTagClassName
 {
   color: #98CCA9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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