Shades of Bali Hai #8C969A
Tints of Bali Hai #8C969A
RGB
CMYK
RGB Variations
Color information
#8C969A (or 0x8C969A) is known color: Bali Hai. HEX triplet: 8C, 96 and 9A. RGB value is (140,150,154). Sum of RGB (Red+Green+Blue) = 140+150+154=444 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.53% from 444); Green value is 150 (58.98% from 255 or 33.78% from 444); Blue value is 154 (60.55% from 255 or 34.68% from 444); Max value from RGB is 154 - color contains mainly: blue. Hex color #8C969A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C969A is #736965. Grayscale: #939393. Windows color (decimal): -7563622 or 10131084. OLE color: 10131084.
HSL color Cylindrical-coordinate representation of color #8C969A: hue angle of 197.14º degrees, saturation: 0.06, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8C969A is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 140 | 150 | 154 | - |
| CMYK | 0.09 | 0.03 | 0 | 0.40 |
| HSL | 197.14º | 0.06% | 0.58% | - |
| HSV(B) | 197.14º | 0.09% | 0.6% | - |
| XYZ | 27.55 | 29.72 | 34.86 | - |
| YUV | 147.47 | 131.69 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 150 | 154 | 0.09 | 0.03 | 0 | 0.40 | 197.14 | 0.06 | 0.58 |
| Hex | 8C | 96 | 9A | 9 | 3 | 0 | 28 | C5 | 6 | 3A |
| Octal | 214 | 226 | 232 | 11 | 3 | 0 | 50 | 305 | 6 | 72 |
| Binary | 10001100 | 10010110 | 10011010 | 1001 | 11 | 0 | 101000 | 11000101 | 110 | 111010 |
Color Harmonies of #8C969A
Complementary color
Monochromatic Colors of #8C969A
Black with #8C969A
Text Example
Text Example
White with #8C969A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C969A; }
p { color: rgb(140,150,154); }
H1.HeaderClassName
{
color: #8C969A;
}
.AnyTagClassName
{
color: #8C969A;
}
</style>
background-color css
<style>
a { background-color: #8C969A; }
a { background-color: rgb(140,150,154); }
div.DivClassName
{
background-color: #8C969A;
}
.BgClassName
{
background-color: #8C969A;
}
</style>
border-color css
<style>
span { border-color: #8C969A; }
span { border-color: rgb(140,150,154); }
td.TdClassName
{
border-color: #8C969A;
}
.TagClassName
{
border-color: #8C969A;
}
</style>