Html Css Color HEX #98CF9B Chinook

📋 copy color: '#98CF9B'

red 152 ◦ green 207 ◦ blue 155

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

Shades of Chinook #98CF9B

Tints of Chinook #98CF9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 30.16%

R = 29.57%
G = 40.27%
B = 30.16%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.25

 K value IS 0.19

RGB Variations

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

Color information

#98CF9B (or 0x98CF9B) is known color: Chinook. HEX triplet: 98, CF and 9B. RGB value is (152,207,155). Sum of RGB (Red+Green+Blue) = 152+207+155=514 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.57% from 514); Green value is 207 (81.25% from 255 or 40.27% from 514); Blue value is 155 (60.94% from 255 or 30.16% from 514); Max value from RGB is 207 - color contains mainly: green. Hex color #98CF9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98CF9B is #673064. Grayscale: #B8B8B8. Windows color (decimal): -6762597 or 10211224. OLE color: 10211224.

HSL color Cylindrical-coordinate representation of color #98CF9B: hue angle of 123.27º 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 #98CF9B is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.

Color convert

RGB 152 207 155 -
CMYK 0.27 0 0.25 0.19
HSL 123.27º 0.36% 0.7% -
HSV(B) 123.27º 0.27% 0.81% -
XYZ 41.18 53.67 39.2 -
YUV 184.63 111.28 104.73 -
System Red Green Blue C M Y K H S L
Decimal 152 207 155 0.27 0 0.25 0.19 123.27 0.36 0.7
Hex 98 CF 9B 1B 0 19 13 7B 24 46
Octal 230 317 233 33 0 31 23 173 44 106
Binary 10011000 11001111 10011011 11011 0 11001 10011 1111011 100100 1000110

Color Harmonies of #98CF9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98CF9B

Black with #98CF9B

Text Example


Text Example

White with #98CF9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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