Shades of Skeptic #96BDA9
Tints of Skeptic #96BDA9
RGB
CMYK
RGB Variations
Color information
#96BDA9 (or 0x96BDA9) is known color: Skeptic. HEX triplet: 96, BD and A9. RGB value is (150,189,169). Sum of RGB (Red+Green+Blue) = 150+189+169=508 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.53% from 508); Green value is 189 (74.22% from 255 or 37.20% from 508); Blue value is 169 (66.41% from 255 or 33.27% from 508); Max value from RGB is 189 - color contains mainly: green. Hex color #96BDA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BDA9 is #694256. Grayscale: #AFAFAF. Windows color (decimal): -6898263 or 11124118. OLE color: 11124118.
HSL color Cylindrical-coordinate representation of color #96BDA9: hue angle of 149.23º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #96BDA9 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 189 | 169 | - |
| CMYK | 0.21 | 0 | 0.11 | 0.26 |
| HSL | 149.23º | 0.23% | 0.66% | - |
| HSV(B) | 149.23º | 0.21% | 0.74% | - |
| XYZ | 37.94 | 45.74 | 44.37 | - |
| YUV | 175.06 | 124.58 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 189 | 169 | 0.21 | 0 | 0.11 | 0.26 | 149.23 | 0.23 | 0.66 |
| Hex | 96 | BD | A9 | 15 | 0 | B | 1A | 95 | 17 | 42 |
| Octal | 226 | 275 | 251 | 25 | 0 | 13 | 32 | 225 | 27 | 102 |
| Binary | 10010110 | 10111101 | 10101001 | 10101 | 0 | 1011 | 11010 | 10010101 | 10111 | 1000010 |
Color Harmonies of #96BDA9
Complementary color
Monochromatic Colors of #96BDA9
Black with #96BDA9
Text Example
Text Example
White with #96BDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BDA9; }
p { color: rgb(150,189,169); }
H1.HeaderClassName
{
color: #96BDA9;
}
.AnyTagClassName
{
color: #96BDA9;
}
</style>
background-color css
<style>
a { background-color: #96BDA9; }
a { background-color: rgb(150,189,169); }
div.DivClassName
{
background-color: #96BDA9;
}
.BgClassName
{
background-color: #96BDA9;
}
</style>
border-color css
<style>
span { border-color: #96BDA9; }
span { border-color: rgb(150,189,169); }
td.TdClassName
{
border-color: #96BDA9;
}
.TagClassName
{
border-color: #96BDA9;
}
</style>