#98CF9B

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

Shades of Chinook #98CF9B

Tints of Chinook #98CF9B

Color information

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

RGB152207155-
CMYK0.2700.250.19
HSL123.27º36.42%70.39%-
HSV(B)123.27º26.57%81.18%-
XYZ41.1853.6739.2-
YUV184.63111.28104.73-

RGB Variations

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

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 (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1522071550.2700.250.19123.2736.4270.39
Hex98CF9B1B019137b2446
Octal230317233330312317344106
Binary100110001100111110011011110110110011001111110111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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