Html Css Color HEX #98D6A1 Chinook

📋 copy color: '#98D6A1'

red 152 ◦ green 214 ◦ blue 161

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

Shades of Chinook #98D6A1

Tints of Chinook #98D6A1

RGB

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

 GREEN value IS 214 (83.98% from 255) = 40.61%

 BLUE value IS 161 (63.28% from 255) = 30.55%

R = 28.84%
G = 40.61%
B = 30.55%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#98D6A1 (or 0x98D6A1) is known color: Chinook. HEX triplet: 98, D6 and A1. RGB value is (152,214,161). Sum of RGB (Red+Green+Blue) = 152+214+161=527 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.84% from 527); Green value is 214 (83.98% from 255 or 40.61% from 527); Blue value is 161 (63.28% from 255 or 30.55% from 527); Max value from RGB is 214 - color contains mainly: green. Hex color #98D6A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D6A1 is #67295E. Grayscale: #BDBDBD. Windows color (decimal): -6760799 or 10606232. OLE color: 10606232.

HSL color Cylindrical-coordinate representation of color #98D6A1: hue angle of 128.71º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #98D6A1 is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB 152 214 161 -
CMYK 0.29 0 0.25 0.16
HSL 128.71º 0.43% 0.72% -
HSV(B) 128.71º 0.29% 0.84% -
XYZ 43.43 57.34 42.5 -
YUV 189.42 111.96 101.31 -
System Red Green Blue C M Y K H S L
Decimal 152 214 161 0.29 0 0.25 0.16 128.71 0.43 0.72
Hex 98 D6 A1 1D 0 19 10 81 2B 48
Octal 230 326 241 35 0 31 20 201 53 110
Binary 10011000 11010110 10100001 11101 0 11001 10000 10000001 101011 1001000

Color Harmonies of #98D6A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D6A1

Black with #98D6A1

Text Example


Text Example

White with #98D6A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,214,161); }

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

background-color css

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

 a { background-color: rgb(152,214,161); }

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

border-color css

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

 span { border-color: rgb(152,214,161); }

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