Shades of Chinook #95DB9B
Tints of Chinook #95DB9B
RGB
CMYK
RGB Variations
Color information
#95DB9B (or 0x95DB9B) is known color: Chinook. HEX triplet: 95, DB and 9B. RGB value is (149,219,155). Sum of RGB (Red+Green+Blue) = 149+219+155=523 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.49% from 523); Green value is 219 (85.94% from 255 or 41.87% from 523); Blue value is 155 (60.94% from 255 or 29.64% from 523); Max value from RGB is 219 - color contains mainly: green. Hex color #95DB9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95DB9B is #6A2464. Grayscale: #BEBEBE. Windows color (decimal): -6956133 or 10214293. OLE color: 10214293.
HSL color Cylindrical-coordinate representation of color #95DB9B: hue angle of 125.14º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95DB9B is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 219 | 155 | - |
| CMYK | 0.32 | 0 | 0.29 | 0.14 |
| HSL | 125.14º | 0.49% | 0.72% | - |
| HSV(B) | 125.14º | 0.32% | 0.86% | - |
| XYZ | 43.64 | 59.42 | 40.18 | - |
| YUV | 190.77 | 107.81 | 98.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 219 | 155 | 0.32 | 0 | 0.29 | 0.14 | 125.14 | 0.49 | 0.72 |
| Hex | 95 | DB | 9B | 20 | 0 | 1D | E | 7D | 31 | 48 |
| Octal | 225 | 333 | 233 | 40 | 0 | 35 | 16 | 175 | 61 | 110 |
| Binary | 10010101 | 11011011 | 10011011 | 100000 | 0 | 11101 | 1110 | 1111101 | 110001 | 1001000 |
Color Harmonies of #95DB9B
Complementary color
Monochromatic Colors of #95DB9B
Black with #95DB9B
Text Example
Text Example
White with #95DB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95DB9B; }
p { color: rgb(149,219,155); }
H1.HeaderClassName
{
color: #95DB9B;
}
.AnyTagClassName
{
color: #95DB9B;
}
</style>
background-color css
<style>
a { background-color: #95DB9B; }
a { background-color: rgb(149,219,155); }
div.DivClassName
{
background-color: #95DB9B;
}
.BgClassName
{
background-color: #95DB9B;
}
</style>
border-color css
<style>
span { border-color: #95DB9B; }
span { border-color: rgb(149,219,155); }
td.TdClassName
{
border-color: #95DB9B;
}
.TagClassName
{
border-color: #95DB9B;
}
</style>