#99C49F

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

Shades of Chinook #99C49F

Tints of Chinook #99C49F

Color information

#99C49F (or 0x99C49F) is unknown color: approx Chinook. HEX triplet: 99, C4 and 9F. RGB value is (153,196,159). Sum of RGB (Red+Green+Blue) = 153+196+159=508 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.12% from 508); Green value is 196 (76.95% from 255 or 38.58% from 508); Blue value is 159 (62.5% from 255 or 31.30% from 508); Max value from RGB is 196 - color contains mainly: green. Hex color #99C49F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C49F is #663B60. Grayscale: #B3B3B3. Windows color (decimal): -6699873 or 10470553. OLE color: 10470553.

HSL color Cylindrical-coordinate representation of color #99C49F: hue angle of 128.37º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #99C49F is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.23.

Color convert

RGB153196159-
CMYK0.2200.190.23
HSL128.37º26.71%68.43%-
HSV(B)128.37º21.94%76.86%-
XYZ39.1348.7640.15-
YUV178.92116.75109.51-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.12%
GREEN value IS 196 (76.95% from 255) = 38.58%
BLUE value IS 159 (62.5% from 255) = 31.30%
R=30.12%
G=38.58%
B=31.30%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1531961590.2200.190.23128.3726.7168.43
Hex99C49F1601317801b44
Octal231304237260232720033104
Binary100110011100010010011111101100100111011110000000110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99C49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99C49F; }

 p { color: rgb(153,196,159); }

 H1.HeaderClassName
 {
   color: #99C49F;
 }
 .AnyTagClassName
 {
   color: #99C49F;
 }
</style>
background-color css

<style>
 a { background-color: #99C49F; }

 a { background-color: rgb(153,196,159); }

 div.DivClassName
 {
   background-color: #99C49F;
 }
 .BgClassName
 {
   background-color: #99C49F;
 }
</style>
border-color css

<style>
 span { border-color: #99C49F; }

 span { border-color: rgb(153,196,159); }

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