Shades of Bahia #9ABC27
Tints of Bahia #9ABC27
RGB
CMYK
RGB Variations
Color information
#9ABC27 (or 0x9ABC27) is known color: Bahia. HEX triplet: 9A, BC and 27. RGB value is (154,188,39). Sum of RGB (Red+Green+Blue) = 154+188+39=381 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.42% from 381); Green value is 188 (73.83% from 255 or 49.34% from 381); Blue value is 39 (15.62% from 255 or 10.24% from 381); Max value from RGB is 188 - color contains mainly: green. Hex color #9ABC27 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ABC27 is #6543D8. Grayscale: #A1A1A1. Windows color (decimal): -6636505 or 2604186. OLE color: 2604186.
HSL color Cylindrical-coordinate representation of color #9ABC27: hue angle of 73.69º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9ABC27 is Cyan = 0.18, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 154 | 188 | 39 | - |
| CMYK | 0.18 | 0 | 0.79 | 0.26 |
| HSL | 73.69º | 0.66% | 0.45% | - |
| HSV(B) | 73.69º | 0.79% | 0.74% | - |
| XYZ | 31.68 | 42.98 | 8.55 | - |
| YUV | 160.85 | 59.24 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 188 | 39 | 0.18 | 0 | 0.79 | 0.26 | 73.69 | 0.66 | 0.45 |
| Hex | 9A | BC | 27 | 12 | 0 | 4F | 1A | 4A | 42 | 2D |
| Octal | 232 | 274 | 47 | 22 | 0 | 117 | 32 | 112 | 102 | 55 |
| Binary | 10011010 | 10111100 | 100111 | 10010 | 0 | 1001111 | 11010 | 1001010 | 1000010 | 101101 |
Color Harmonies of #9ABC27
Complementary color
Monochromatic Colors of #9ABC27
Black with #9ABC27
Text Example
Text Example
White with #9ABC27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABC27; }
p { color: rgb(154,188,39); }
H1.HeaderClassName
{
color: #9ABC27;
}
.AnyTagClassName
{
color: #9ABC27;
}
</style>
background-color css
<style>
a { background-color: #9ABC27; }
a { background-color: rgb(154,188,39); }
div.DivClassName
{
background-color: #9ABC27;
}
.BgClassName
{
background-color: #9ABC27;
}
</style>
border-color css
<style>
span { border-color: #9ABC27; }
span { border-color: rgb(154,188,39); }
td.TdClassName
{
border-color: #9ABC27;
}
.TagClassName
{
border-color: #9ABC27;
}
</style>