Shades of Bahia #9ACC1B
Tints of Bahia #9ACC1B
RGB
CMYK
RGB Variations
Color information
#9ACC1B (or 0x9ACC1B) is known color: Bahia. HEX triplet: 9A, CC and 1B. RGB value is (154,204,27). Sum of RGB (Red+Green+Blue) = 154+204+27=385 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40% from 385); Green value is 204 (80.08% from 255 or 52.99% from 385); Blue value is 27 (10.94% from 255 or 7.01% from 385); Max value from RGB is 204 - color contains mainly: green. Hex color #9ACC1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ACC1B is #6533E4. Grayscale: #A9A9A9. Windows color (decimal): -6632421 or 1821850. OLE color: 1821850.
HSL color Cylindrical-coordinate representation of color #9ACC1B: hue angle of 76.95º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9ACC1B is Cyan = 0.25, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 154 | 204 | 27 | - |
| CMYK | 0.25 | 0 | 0.87 | 0.2 |
| HSL | 76.95º | 0.77% | 0.45% | - |
| HSV(B) | 76.95º | 0.87% | 0.8% | - |
| XYZ | 35.12 | 50.13 | 8.86 | - |
| YUV | 168.87 | 47.94 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 204 | 27 | 0.25 | 0 | 0.87 | 0.2 | 76.95 | 0.77 | 0.45 |
| Hex | 9A | CC | 1B | 19 | 0 | 57 | 14 | 4D | 4D | 2D |
| Octal | 232 | 314 | 33 | 31 | 0 | 127 | 24 | 115 | 115 | 55 |
| Binary | 10011010 | 11001100 | 11011 | 11001 | 0 | 1010111 | 10100 | 1001101 | 1001101 | 101101 |
Color Harmonies of #9ACC1B
Complementary color
Monochromatic Colors of #9ACC1B
Black with #9ACC1B
Text Example
Text Example
White with #9ACC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACC1B; }
p { color: rgb(154,204,27); }
H1.HeaderClassName
{
color: #9ACC1B;
}
.AnyTagClassName
{
color: #9ACC1B;
}
</style>
background-color css
<style>
a { background-color: #9ACC1B; }
a { background-color: rgb(154,204,27); }
div.DivClassName
{
background-color: #9ACC1B;
}
.BgClassName
{
background-color: #9ACC1B;
}
</style>
border-color css
<style>
span { border-color: #9ACC1B; }
span { border-color: rgb(154,204,27); }
td.TdClassName
{
border-color: #9ACC1B;
}
.TagClassName
{
border-color: #9ACC1B;
}
</style>