Html Css Color HEX #98DCA0 Chinook

📋 copy color: '#98DCA0'

red 152 ◦ green 220 ◦ blue 160

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

Shades of Chinook #98DCA0

Tints of Chinook #98DCA0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.35%

 BLUE value IS 160 (62.89% from 255) = 30.08%

R = 28.57%
G = 41.35%
B = 30.08%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#98DCA0 (or 0x98DCA0) is known color: Chinook. HEX triplet: 98, DC and A0. RGB value is (152,220,160). Sum of RGB (Red+Green+Blue) = 152+220+160=532 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.57% from 532); Green value is 220 (86.33% from 255 or 41.35% from 532); Blue value is 160 (62.89% from 255 or 30.08% from 532); Max value from RGB is 220 - color contains mainly: green. Hex color #98DCA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98DCA0 is #67235F. Grayscale: #C0C0C0. Windows color (decimal): -6759264 or 10542232. OLE color: 10542232.

HSL color Cylindrical-coordinate representation of color #98DCA0: hue angle of 127.06º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98DCA0 is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB 152 220 160 -
CMYK 0.31 0 0.27 0.14
HSL 127.06º 0.49% 0.73% -
HSV(B) 127.06º 0.31% 0.86% -
XYZ 44.89 60.4 42.55 -
YUV 192.83 109.47 98.88 -
System Red Green Blue C M Y K H S L
Decimal 152 220 160 0.31 0 0.27 0.14 127.06 0.49 0.73
Hex 98 DC A0 1F 0 1B E 7F 31 49
Octal 230 334 240 37 0 33 16 177 61 111
Binary 10011000 11011100 10100000 11111 0 11011 1110 1111111 110001 1001001

Color Harmonies of #98DCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98DCA0

Black with #98DCA0

Text Example


Text Example

White with #98DCA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,220,160); }

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

background-color css

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

 a { background-color: rgb(152,220,160); }

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

border-color css

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

 span { border-color: rgb(152,220,160); }

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