Shades of Bahia #9AC11B
Tints of Bahia #9AC11B
RGB
CMYK
RGB Variations
Color information
#9AC11B (or 0x9AC11B) is known color: Bahia. HEX triplet: 9A, C1 and 1B. RGB value is (154,193,27). Sum of RGB (Red+Green+Blue) = 154+193+27=374 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.18% from 374); Green value is 193 (75.78% from 255 or 51.60% from 374); Blue value is 27 (10.94% from 255 or 7.22% from 374); Max value from RGB is 193 - color contains mainly: green. Hex color #9AC11B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AC11B is #653EE4. Grayscale: #A3A3A3. Windows color (decimal): -6635237 or 1819034. OLE color: 1819034.
HSL color Cylindrical-coordinate representation of color #9AC11B: hue angle of 74.1º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9AC11B is Cyan = 0.20, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 154 | 193 | 27 | - |
| CMYK | 0.20 | 0 | 0.86 | 0.24 |
| HSL | 74.1º | 0.75% | 0.43% | - |
| HSV(B) | 74.1º | 0.86% | 0.76% | - |
| XYZ | 32.59 | 45.09 | 8.02 | - |
| YUV | 162.42 | 51.58 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 193 | 27 | 0.20 | 0 | 0.86 | 0.24 | 74.1 | 0.75 | 0.43 |
| Hex | 9A | C1 | 1B | 14 | 0 | 56 | 18 | 4A | 4B | 2B |
| Octal | 232 | 301 | 33 | 24 | 0 | 126 | 30 | 112 | 113 | 53 |
| Binary | 10011010 | 11000001 | 11011 | 10100 | 0 | 1010110 | 11000 | 1001010 | 1001011 | 101011 |
Color Harmonies of #9AC11B
Complementary color
Monochromatic Colors of #9AC11B
Black with #9AC11B
Text Example
Text Example
White with #9AC11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC11B; }
p { color: rgb(154,193,27); }
H1.HeaderClassName
{
color: #9AC11B;
}
.AnyTagClassName
{
color: #9AC11B;
}
</style>
background-color css
<style>
a { background-color: #9AC11B; }
a { background-color: rgb(154,193,27); }
div.DivClassName
{
background-color: #9AC11B;
}
.BgClassName
{
background-color: #9AC11B;
}
</style>
border-color css
<style>
span { border-color: #9AC11B; }
span { border-color: rgb(154,193,27); }
td.TdClassName
{
border-color: #9AC11B;
}
.TagClassName
{
border-color: #9AC11B;
}
</style>