#98D5A3

Color #98D5A3 Chinook (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chinook #98D5A3

Tints of Chinook #98D5A3

Color information

#98D5A3 (or 0x98D5A3) is unknown color: approx 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

RGB152213163-
CMYK0.2900.230.16
HSL130.82º42.07%71.57%-
HSV(B)130.82º28.64%83.53%-
XYZ43.3556.9143.35-
YUV189.06113.29101.57-

RGB Variations

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

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 (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1522131630.2900.230.16130.8242.0771.57
Hex98D5A31D01710832a48
Octal230325243350272020352110
Binary1001100011010101101000111110101011110000100000111010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D5A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>