Shades of Bahia #AABC28
Tints of Bahia #AABC28
RGB
CMYK
RGB Variations
Color information
#AABC28 (or 0xAABC28) is known color: Bahia. HEX triplet: AA, BC and 28. RGB value is (170,188,40). Sum of RGB (Red+Green+Blue) = 170+188+40=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 188 (73.83% from 255 or 47.24% from 398); Blue value is 40 (16.02% from 255 or 10.05% from 398); Max value from RGB is 188 - color contains mainly: green. Hex color #AABC28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABC28 is #5543D7. Grayscale: #A6A6A6. Windows color (decimal): -5587928 or 2669738. OLE color: 2669738.
HSL color Cylindrical-coordinate representation of color #AABC28: hue angle of 67.3º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AABC28 is Cyan = 0.10, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 188 | 40 | - |
| CMYK | 0.10 | 0 | 0.79 | 0.26 |
| HSL | 67.3º | 0.65% | 0.45% | - |
| HSV(B) | 67.3º | 0.79% | 0.74% | - |
| XYZ | 34.94 | 44.67 | 8.79 | - |
| YUV | 165.75 | 57.04 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 188 | 40 | 0.10 | 0 | 0.79 | 0.26 | 67.3 | 0.65 | 0.45 |
| Hex | AA | BC | 28 | A | 0 | 4F | 1A | 43 | 41 | 2D |
| Octal | 252 | 274 | 50 | 12 | 0 | 117 | 32 | 103 | 101 | 55 |
| Binary | 10101010 | 10111100 | 101000 | 1010 | 0 | 1001111 | 11010 | 1000011 | 1000001 | 101101 |
Color Harmonies of #AABC28
Complementary color
Monochromatic Colors of #AABC28
Black with #AABC28
Text Example
Text Example
White with #AABC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABC28; }
p { color: rgb(170,188,40); }
H1.HeaderClassName
{
color: #AABC28;
}
.AnyTagClassName
{
color: #AABC28;
}
</style>
background-color css
<style>
a { background-color: #AABC28; }
a { background-color: rgb(170,188,40); }
div.DivClassName
{
background-color: #AABC28;
}
.BgClassName
{
background-color: #AABC28;
}
</style>
border-color css
<style>
span { border-color: #AABC28; }
span { border-color: rgb(170,188,40); }
td.TdClassName
{
border-color: #AABC28;
}
.TagClassName
{
border-color: #AABC28;
}
</style>