Shades of Bahia #9ABB23
Tints of Bahia #9ABB23
RGB
CMYK
RGB Variations
Color information
#9ABB23 (or 0x9ABB23) is known color: Bahia. HEX triplet: 9A, BB and 23. RGB value is (154,187,35). Sum of RGB (Red+Green+Blue) = 154+187+35=376 (49% of max value = 765). Red value is 154 (60.55% from 255 or 40.96% from 376); Green value is 187 (73.44% from 255 or 49.73% from 376); Blue value is 35 (14.06% from 255 or 9.31% from 376); Max value from RGB is 187 - color contains mainly: green. Hex color #9ABB23 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ABB23 is #6544DC. Grayscale: #A0A0A0. Windows color (decimal): -6636765 or 2341786. OLE color: 2341786.
HSL color Cylindrical-coordinate representation of color #9ABB23: hue angle of 73.03º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9ABB23 is Cyan = 0.18, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 154 | 187 | 35 | - |
| CMYK | 0.18 | 0 | 0.81 | 0.27 |
| HSL | 73.03º | 0.68% | 0.44% | - |
| HSV(B) | 73.03º | 0.81% | 0.73% | - |
| XYZ | 31.4 | 42.53 | 8.14 | - |
| YUV | 159.81 | 57.57 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 187 | 35 | 0.18 | 0 | 0.81 | 0.27 | 73.03 | 0.68 | 0.44 |
| Hex | 9A | BB | 23 | 12 | 0 | 51 | 1B | 49 | 44 | 2C |
| Octal | 232 | 273 | 43 | 22 | 0 | 121 | 33 | 111 | 104 | 54 |
| Binary | 10011010 | 10111011 | 100011 | 10010 | 0 | 1010001 | 11011 | 1001001 | 1000100 | 101100 |
Color Harmonies of #9ABB23
Complementary color
Monochromatic Colors of #9ABB23
Black with #9ABB23
Text Example
Text Example
White with #9ABB23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABB23; }
p { color: rgb(154,187,35); }
H1.HeaderClassName
{
color: #9ABB23;
}
.AnyTagClassName
{
color: #9ABB23;
}
</style>
background-color css
<style>
a { background-color: #9ABB23; }
a { background-color: rgb(154,187,35); }
div.DivClassName
{
background-color: #9ABB23;
}
.BgClassName
{
background-color: #9ABB23;
}
</style>
border-color css
<style>
span { border-color: #9ABB23; }
span { border-color: rgb(154,187,35); }
td.TdClassName
{
border-color: #9ABB23;
}
.TagClassName
{
border-color: #9ABB23;
}
</style>