Shades of Chinook #99C39F
Tints of Chinook #99C39F
RGB
CMYK
RGB Variations
Color information
#99C39F (or 0x99C39F) is known color: Chinook. HEX triplet: 99, C3 and 9F. RGB value is (153,195,159). Sum of RGB (Red+Green+Blue) = 153+195+159=507 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.18% from 507); Green value is 195 (76.56% from 255 or 38.46% from 507); Blue value is 159 (62.5% from 255 or 31.36% from 507); Max value from RGB is 195 - color contains mainly: green. Hex color #99C39F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C39F is #663C60. Grayscale: #B2B2B2. Windows color (decimal): -6700129 or 10470297. OLE color: 10470297.
HSL color Cylindrical-coordinate representation of color #99C39F: hue angle of 128.57º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #99C39F is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 195 | 159 | - |
| CMYK | 0.22 | 0 | 0.18 | 0.24 |
| HSL | 128.57º | 0.26% | 0.68% | - |
| HSV(B) | 128.57º | 0.22% | 0.76% | - |
| XYZ | 38.91 | 48.31 | 40.07 | - |
| YUV | 178.34 | 117.09 | 109.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 195 | 159 | 0.22 | 0 | 0.18 | 0.24 | 128.57 | 0.26 | 0.68 |
| Hex | 99 | C3 | 9F | 16 | 0 | 12 | 18 | 81 | 1A | 44 |
| Octal | 231 | 303 | 237 | 26 | 0 | 22 | 30 | 201 | 32 | 104 |
| Binary | 10011001 | 11000011 | 10011111 | 10110 | 0 | 10010 | 11000 | 10000001 | 11010 | 1000100 |
Color Harmonies of #99C39F
Complementary color
Monochromatic Colors of #99C39F
Black with #99C39F
Text Example
Text Example
White with #99C39F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C39F; }
p { color: rgb(153,195,159); }
H1.HeaderClassName
{
color: #99C39F;
}
.AnyTagClassName
{
color: #99C39F;
}
</style>
background-color css
<style>
a { background-color: #99C39F; }
a { background-color: rgb(153,195,159); }
div.DivClassName
{
background-color: #99C39F;
}
.BgClassName
{
background-color: #99C39F;
}
</style>
border-color css
<style>
span { border-color: #99C39F; }
span { border-color: rgb(153,195,159); }
td.TdClassName
{
border-color: #99C39F;
}
.TagClassName
{
border-color: #99C39F;
}
</style>