Html Css Color HEX #98CCA0 Chinook

📋 copy color: '#98CCA0'

red 152 ◦ green 204 ◦ blue 160

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

Shades of Chinook #98CCA0

Tints of Chinook #98CCA0

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.53%

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

R = 29.46%
G = 39.53%
B = 31.01%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.22

 K value IS 0.2

RGB Variations

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

Color information

#98CCA0 (or 0x98CCA0) is known color: Chinook. HEX triplet: 98, CC and A0. RGB value is (152,204,160). Sum of RGB (Red+Green+Blue) = 152+204+160=516 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.46% from 516); Green value is 204 (80.08% from 255 or 39.53% from 516); Blue value is 160 (62.89% from 255 or 31.01% from 516); Max value from RGB is 204 - color contains mainly: green. Hex color #98CCA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98CCA0 is #67335F. Grayscale: #B7B7B7. Windows color (decimal): -6763360 or 10538136. OLE color: 10538136.

HSL color Cylindrical-coordinate representation of color #98CCA0: hue angle of 129.23º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #98CCA0 is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.2.

Color convert

RGB 152 204 160 -
CMYK 0.25 0 0.22 0.2
HSL 129.23º 0.34% 0.7% -
HSV(B) 129.23º 0.25% 0.8% -
XYZ 40.89 52.4 41.22 -
YUV 183.44 114.77 105.58 -
System Red Green Blue C M Y K H S L
Decimal 152 204 160 0.25 0 0.22 0.2 129.23 0.34 0.7
Hex 98 CC A0 19 0 16 14 81 22 46
Octal 230 314 240 31 0 26 24 201 42 106
Binary 10011000 11001100 10100000 11001 0 10110 10100 10000001 100010 1000110

Color Harmonies of #98CCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98CCA0

Black with #98CCA0

Text Example


Text Example

White with #98CCA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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