Shades of Bahia #9AC019
Tints of Bahia #9AC019
RGB
CMYK
RGB Variations
Color information
#9AC019 (or 0x9AC019) is known color: Bahia. HEX triplet: 9A, C0 and 19. RGB value is (154,192,25). Sum of RGB (Red+Green+Blue) = 154+192+25=371 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.51% from 371); Green value is 192 (75.39% from 255 or 51.75% from 371); Blue value is 25 (10.16% from 255 or 6.74% from 371); Max value from RGB is 192 - color contains mainly: green. Hex color #9AC019 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AC019 is #653FE6. Grayscale: #A2A2A2. Windows color (decimal): -6635495 or 1687706. OLE color: 1687706.
HSL color Cylindrical-coordinate representation of color #9AC019: hue angle of 73.65º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9AC019 is Cyan = 0.20, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 192 | 25 | - |
| CMYK | 0.20 | 0 | 0.87 | 0.25 |
| HSL | 73.65º | 0.77% | 0.43% | - |
| HSV(B) | 73.65º | 0.87% | 0.75% | - |
| XYZ | 32.35 | 44.64 | 7.83 | - |
| YUV | 161.6 | 50.91 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 192 | 25 | 0.20 | 0 | 0.87 | 0.25 | 73.65 | 0.77 | 0.43 |
| Hex | 9A | C0 | 19 | 14 | 0 | 57 | 19 | 4A | 4D | 2B |
| Octal | 232 | 300 | 31 | 24 | 0 | 127 | 31 | 112 | 115 | 53 |
| Binary | 10011010 | 11000000 | 11001 | 10100 | 0 | 1010111 | 11001 | 1001010 | 1001101 | 101011 |
Color Harmonies of #9AC019
Complementary color
Monochromatic Colors of #9AC019
Black with #9AC019
Text Example
Text Example
White with #9AC019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC019; }
p { color: rgb(154,192,25); }
H1.HeaderClassName
{
color: #9AC019;
}
.AnyTagClassName
{
color: #9AC019;
}
</style>
background-color css
<style>
a { background-color: #9AC019; }
a { background-color: rgb(154,192,25); }
div.DivClassName
{
background-color: #9AC019;
}
.BgClassName
{
background-color: #9AC019;
}
</style>
border-color css
<style>
span { border-color: #9AC019; }
span { border-color: rgb(154,192,25); }
td.TdClassName
{
border-color: #9AC019;
}
.TagClassName
{
border-color: #9AC019;
}
</style>