Html Css Color HEX #98D09C Chinook

📋 copy color: '#98D09C'

red 152 ◦ green 208 ◦ blue 156

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

Shades of Chinook #98D09C

Tints of Chinook #98D09C

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.31%

 BLUE value IS 156 (61.33% from 255) = 30.23%

R = 29.46%
G = 40.31%
B = 30.23%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#98D09C (or 0x98D09C) is known color: Chinook. HEX triplet: 98, D0 and 9C. RGB value is (152,208,156). Sum of RGB (Red+Green+Blue) = 152+208+156=516 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.46% from 516); Green value is 208 (81.64% from 255 or 40.31% from 516); Blue value is 156 (61.33% from 255 or 30.23% from 516); Max value from RGB is 208 - color contains mainly: green. Hex color #98D09C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D09C is #672F63. Grayscale: #B9B9B9. Windows color (decimal): -6762340 or 10277016. OLE color: 10277016.

HSL color Cylindrical-coordinate representation of color #98D09C: hue angle of 124.29º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #98D09C is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB 152 208 156 -
CMYK 0.27 0 0.25 0.18
HSL 124.29º 0.37% 0.71% -
HSV(B) 124.29º 0.27% 0.82% -
XYZ 41.51 54.19 39.72 -
YUV 185.33 111.45 104.23 -
System Red Green Blue C M Y K H S L
Decimal 152 208 156 0.27 0 0.25 0.18 124.29 0.37 0.71
Hex 98 D0 9C 1B 0 19 12 7C 25 47
Octal 230 320 234 33 0 31 22 174 45 107
Binary 10011000 11010000 10011100 11011 0 11001 10010 1111100 100101 1000111

Color Harmonies of #98D09C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D09C

Black with #98D09C

Text Example


Text Example

White with #98D09C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,208,156); }

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

background-color css

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

 a { background-color: rgb(152,208,156); }

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

border-color css

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

 span { border-color: rgb(152,208,156); }

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