Shades of Bahia #AABB27
Tints of Bahia #AABB27
RGB
CMYK
RGB Variations
Color information
#AABB27 (or 0xAABB27) is known color: Bahia. HEX triplet: AA, BB and 27. RGB value is (170,187,39). Sum of RGB (Red+Green+Blue) = 170+187+39=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 187 (73.44% from 255 or 47.22% from 396); Blue value is 39 (15.62% from 255 or 9.85% from 396); Max value from RGB is 187 - color contains mainly: green. Hex color #AABB27 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABB27 is #5544D8. Grayscale: #A5A5A5. Windows color (decimal): -5588185 or 2603946. OLE color: 2603946.
HSL color Cylindrical-coordinate representation of color #AABB27: hue angle of 66.89º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AABB27 is Cyan = 0.09, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 187 | 39 | - |
| CMYK | 0.09 | 0 | 0.79 | 0.27 |
| HSL | 66.89º | 0.65% | 0.44% | - |
| HSV(B) | 66.89º | 0.79% | 0.73% | - |
| XYZ | 34.71 | 44.23 | 8.63 | - |
| YUV | 165.05 | 56.87 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 187 | 39 | 0.09 | 0 | 0.79 | 0.27 | 66.89 | 0.65 | 0.44 |
| Hex | AA | BB | 27 | 9 | 0 | 4F | 1B | 43 | 41 | 2C |
| Octal | 252 | 273 | 47 | 11 | 0 | 117 | 33 | 103 | 101 | 54 |
| Binary | 10101010 | 10111011 | 100111 | 1001 | 0 | 1001111 | 11011 | 1000011 | 1000001 | 101100 |
Color Harmonies of #AABB27
Complementary color
Monochromatic Colors of #AABB27
Black with #AABB27
Text Example
Text Example
White with #AABB27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABB27; }
p { color: rgb(170,187,39); }
H1.HeaderClassName
{
color: #AABB27;
}
.AnyTagClassName
{
color: #AABB27;
}
</style>
background-color css
<style>
a { background-color: #AABB27; }
a { background-color: rgb(170,187,39); }
div.DivClassName
{
background-color: #AABB27;
}
.BgClassName
{
background-color: #AABB27;
}
</style>
border-color css
<style>
span { border-color: #AABB27; }
span { border-color: rgb(170,187,39); }
td.TdClassName
{
border-color: #AABB27;
}
.TagClassName
{
border-color: #AABB27;
}
</style>