Html Css Color HEX #98CF9D Chinook

📋 copy color: '#98CF9D'

red 152 ◦ green 207 ◦ blue 157

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

Shades of Chinook #98CF9D

Tints of Chinook #98CF9D

RGB

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

 GREEN value IS 207 (81.25% from 255) = 40.12%

 BLUE value IS 157 (61.72% from 255) = 30.43%

R = 29.46%
G = 40.12%
B = 30.43%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.24

 K value IS 0.19

RGB Variations

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

Color information

#98CF9D (or 0x98CF9D) is known color: Chinook. HEX triplet: 98, CF and 9D. RGB value is (152,207,157). Sum of RGB (Red+Green+Blue) = 152+207+157=516 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.46% from 516); Green value is 207 (81.25% from 255 or 40.12% from 516); Blue value is 157 (61.72% from 255 or 30.43% from 516); Max value from RGB is 207 - color contains mainly: green. Hex color #98CF9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98CF9D is #673062. Grayscale: #B9B9B9. Windows color (decimal): -6762595 or 10342296. OLE color: 10342296.

HSL color Cylindrical-coordinate representation of color #98CF9D: hue angle of 125.45º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #98CF9D is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.19.

Color convert

RGB 152 207 157 -
CMYK 0.27 0 0.24 0.19
HSL 125.45º 0.36% 0.7% -
HSV(B) 125.45º 0.27% 0.81% -
XYZ 41.35 53.74 40.09 -
YUV 184.86 112.28 104.57 -
System Red Green Blue C M Y K H S L
Decimal 152 207 157 0.27 0 0.24 0.19 125.45 0.36 0.7
Hex 98 CF 9D 1B 0 18 13 7D 24 46
Octal 230 317 235 33 0 30 23 175 44 106
Binary 10011000 11001111 10011101 11011 0 11000 10011 1111101 100100 1000110

Color Harmonies of #98CF9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98CF9D

Black with #98CF9D

Text Example


Text Example

White with #98CF9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,207,157); }

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

background-color css

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

 a { background-color: rgb(152,207,157); }

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

border-color css

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

 span { border-color: rgb(152,207,157); }

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