Html Css Color HEX #98D5A3 Chinook

📋 copy color: '#98D5A3'

red 152 ◦ green 213 ◦ blue 163

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

Shades of Chinook #98D5A3

Tints of Chinook #98D5A3

RGB

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

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

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

R = 28.79%
G = 40.34%
B = 30.87%

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

#98D5A3 (or 0x98D5A3) is known color: Chinook. HEX triplet: 98, D5 and A3. RGB value is (152,213,163). Sum of RGB (Red+Green+Blue) = 152+213+163=528 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.79% from 528); Green value is 213 (83.59% from 255 or 40.34% from 528); Blue value is 163 (64.06% from 255 or 30.87% from 528); Max value from RGB is 213 - color contains mainly: green. Hex color #98D5A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D5A3 is #672A5C. Grayscale: #BDBDBD. Windows color (decimal): -6761053 or 10737048. OLE color: 10737048.

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

Color convert

RGB 152 213 163 -
CMYK 0.29 0 0.23 0.16
HSL 130.82º 0.42% 0.72% -
HSV(B) 130.82º 0.29% 0.84% -
XYZ 43.35 56.91 43.35 -
YUV 189.06 113.29 101.57 -
System Red Green Blue C M Y K H S L
Decimal 152 213 163 0.29 0 0.23 0.16 130.82 0.42 0.72
Hex 98 D5 A3 1D 0 17 10 83 2A 48
Octal 230 325 243 35 0 27 20 203 52 110
Binary 10011000 11010101 10100011 11101 0 10111 10000 10000011 101010 1001000

Color Harmonies of #98D5A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D5A3

Black with #98D5A3

Text Example


Text Example

White with #98D5A3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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