Html Css Color HEX #98C9A3 Chinook

📋 copy color: '#98C9A3'

red 152 ◦ green 201 ◦ blue 163

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

Shades of Chinook #98C9A3

Tints of Chinook #98C9A3

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.95%

 BLUE value IS 163 (64.06% from 255) = 31.59%

R = 29.46%
G = 38.95%
B = 31.59%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.19

 K value IS 0.21

RGB Variations

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

Color information

#98C9A3 (or 0x98C9A3) is known color: Chinook. HEX triplet: 98, C9 and A3. RGB value is (152,201,163). Sum of RGB (Red+Green+Blue) = 152+201+163=516 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.46% from 516); Green value is 201 (78.91% from 255 or 38.95% from 516); Blue value is 163 (64.06% from 255 or 31.59% from 516); Max value from RGB is 201 - color contains mainly: green. Hex color #98C9A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98C9A3 is #67365C. Grayscale: #B6B6B6. Windows color (decimal): -6764125 or 10733976. OLE color: 10733976.

HSL color Cylindrical-coordinate representation of color #98C9A3: hue angle of 133.47º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #98C9A3 is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.21.

Color convert

RGB 152 201 163 -
CMYK 0.24 0 0.19 0.21
HSL 133.47º 0.31% 0.69% -
HSV(B) 133.47º 0.24% 0.79% -
XYZ 40.45 51.09 42.38 -
YUV 182.02 117.27 106.59 -
System Red Green Blue C M Y K H S L
Decimal 152 201 163 0.24 0 0.19 0.21 133.47 0.31 0.69
Hex 98 C9 A3 18 0 13 15 85 1F 45
Octal 230 311 243 30 0 23 25 205 37 105
Binary 10011000 11001001 10100011 11000 0 10011 10101 10000101 11111 1000101

Color Harmonies of #98C9A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C9A3

Black with #98C9A3

Text Example


Text Example

White with #98C9A3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,201,163); }

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

background-color css

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

 a { background-color: rgb(152,201,163); }

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

border-color css

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

 span { border-color: rgb(152,201,163); }

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