Html Css Color HEX #98D5A4 Chinook

📋 copy color: '#98D5A4'

red 152 ◦ green 213 ◦ blue 164

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

Shades of Chinook #98D5A4

Tints of Chinook #98D5A4

RGB

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

 GREEN value IS 213 (83.59% from 255) = 40.26%

 BLUE value IS 164 (64.45% from 255) = 31%

R = 28.73%
G = 40.26%
B = 31%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#98D5A4 (or 0x98D5A4) is known color: Chinook. HEX triplet: 98, D5 and A4. RGB value is (152,213,164). Sum of RGB (Red+Green+Blue) = 152+213+164=529 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.73% from 529); Green value is 213 (83.59% from 255 or 40.26% from 529); Blue value is 164 (64.45% from 255 or 31.00% from 529); Max value from RGB is 213 - color contains mainly: green. Hex color #98D5A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D5A4 is #672A5B. Grayscale: #BDBDBD. Windows color (decimal): -6761052 or 10802584. OLE color: 10802584.

HSL color Cylindrical-coordinate representation of color #98D5A4: hue angle of 131.8º degrees, saturation: 0.42, 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 #98D5A4 is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB 152 213 164 -
CMYK 0.29 0 0.23 0.16
HSL 131.8º 0.42% 0.72% -
HSV(B) 131.8º 0.29% 0.84% -
XYZ 43.44 56.94 43.82 -
YUV 189.18 113.79 101.48 -
System Red Green Blue C M Y K H S L
Decimal 152 213 164 0.29 0 0.23 0.16 131.8 0.42 0.72
Hex 98 D5 A4 1D 0 17 10 84 2A 48
Octal 230 325 244 35 0 27 20 204 52 110
Binary 10011000 11010101 10100100 11101 0 10111 10000 10000100 101010 1001000

Color Harmonies of #98D5A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D5A4

Black with #98D5A4

Text Example


Text Example

White with #98D5A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,213,164); }

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

background-color css

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

 a { background-color: rgb(152,213,164); }

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

border-color css

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

 span { border-color: rgb(152,213,164); }

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