Shades of Bahia #AACB28
Tints of Bahia #AACB28
RGB
CMYK
RGB Variations
Color information
#AACB28 (or 0xAACB28) is known color: Bahia. HEX triplet: AA, CB and 28. RGB value is (170,203,40). Sum of RGB (Red+Green+Blue) = 170+203+40=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 203 (79.69% from 255 or 49.15% from 413); Blue value is 40 (16.02% from 255 or 9.69% from 413); Max value from RGB is 203 - color contains mainly: green. Hex color #AACB28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AACB28 is #5534D7. Grayscale: #AFAFAF. Windows color (decimal): -5584088 or 2673578. OLE color: 2673578.
HSL color Cylindrical-coordinate representation of color #AACB28: hue angle of 72.15º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AACB28 is Cyan = 0.16, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 203 | 40 | - |
| CMYK | 0.16 | 0 | 0.80 | 0.20 |
| HSL | 72.15º | 0.67% | 0.48% | - |
| HSV(B) | 72.15º | 0.8% | 0.8% | - |
| XYZ | 38.32 | 51.41 | 9.91 | - |
| YUV | 174.55 | 52.07 | 124.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 203 | 40 | 0.16 | 0 | 0.80 | 0.20 | 72.15 | 0.67 | 0.48 |
| Hex | AA | CB | 28 | 10 | 0 | 50 | 14 | 48 | 43 | 30 |
| Octal | 252 | 313 | 50 | 20 | 0 | 120 | 24 | 110 | 103 | 60 |
| Binary | 10101010 | 11001011 | 101000 | 10000 | 0 | 1010000 | 10100 | 1001000 | 1000011 | 110000 |
Color Harmonies of #AACB28
Complementary color
Monochromatic Colors of #AACB28
Black with #AACB28
Text Example
Text Example
White with #AACB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACB28; }
p { color: rgb(170,203,40); }
H1.HeaderClassName
{
color: #AACB28;
}
.AnyTagClassName
{
color: #AACB28;
}
</style>
background-color css
<style>
a { background-color: #AACB28; }
a { background-color: rgb(170,203,40); }
div.DivClassName
{
background-color: #AACB28;
}
.BgClassName
{
background-color: #AACB28;
}
</style>
border-color css
<style>
span { border-color: #AACB28; }
span { border-color: rgb(170,203,40); }
td.TdClassName
{
border-color: #AACB28;
}
.TagClassName
{
border-color: #AACB28;
}
</style>