Shades of Bahia #A9CE27
Tints of Bahia #A9CE27
RGB
CMYK
RGB Variations
Color information
#A9CE27 (or 0xA9CE27) is known color: Bahia. HEX triplet: A9, CE and 27. RGB value is (169,206,39). Sum of RGB (Red+Green+Blue) = 169+206+39=414 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.82% from 414); Green value is 206 (80.86% from 255 or 49.76% from 414); Blue value is 39 (15.62% from 255 or 9.42% from 414); Max value from RGB is 206 - color contains mainly: green. Hex color #A9CE27 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9CE27 is #5631D8. Grayscale: #B0B0B0. Windows color (decimal): -5648857 or 2608809. OLE color: 2608809.
HSL color Cylindrical-coordinate representation of color #A9CE27: hue angle of 73.29º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A9CE27 is Cyan = 0.18, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 206 | 39 | - |
| CMYK | 0.18 | 0 | 0.81 | 0.19 |
| HSL | 73.29º | 0.68% | 0.48% | - |
| HSV(B) | 73.29º | 0.81% | 0.81% | - |
| XYZ | 38.8 | 52.72 | 10.05 | - |
| YUV | 175.9 | 50.74 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 206 | 39 | 0.18 | 0 | 0.81 | 0.19 | 73.29 | 0.68 | 0.48 |
| Hex | A9 | CE | 27 | 12 | 0 | 51 | 13 | 49 | 44 | 30 |
| Octal | 251 | 316 | 47 | 22 | 0 | 121 | 23 | 111 | 104 | 60 |
| Binary | 10101001 | 11001110 | 100111 | 10010 | 0 | 1010001 | 10011 | 1001001 | 1000100 | 110000 |
Color Harmonies of #A9CE27
Complementary color
Monochromatic Colors of #A9CE27
Black with #A9CE27
Text Example
Text Example
White with #A9CE27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9CE27; }
p { color: rgb(169,206,39); }
H1.HeaderClassName
{
color: #A9CE27;
}
.AnyTagClassName
{
color: #A9CE27;
}
</style>
background-color css
<style>
a { background-color: #A9CE27; }
a { background-color: rgb(169,206,39); }
div.DivClassName
{
background-color: #A9CE27;
}
.BgClassName
{
background-color: #A9CE27;
}
</style>
border-color css
<style>
span { border-color: #A9CE27; }
span { border-color: rgb(169,206,39); }
td.TdClassName
{
border-color: #A9CE27;
}
.TagClassName
{
border-color: #A9CE27;
}
</style>