Shades of Bahia #AABC23
Tints of Bahia #AABC23
RGB
CMYK
RGB Variations
Color information
#AABC23 (or 0xAABC23) is known color: Bahia. HEX triplet: AA, BC and 23. RGB value is (170,188,35). Sum of RGB (Red+Green+Blue) = 170+188+35=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 188 (73.83% from 255 or 47.84% from 393); Blue value is 35 (14.06% from 255 or 8.91% from 393); Max value from RGB is 188 - color contains mainly: green. Hex color #AABC23 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABC23 is #5543DC. Grayscale: #A5A5A5. Windows color (decimal): -5587933 or 2342058. OLE color: 2342058.
HSL color Cylindrical-coordinate representation of color #AABC23: hue angle of 67.06º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AABC23 is Cyan = 0.10, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 188 | 35 | - |
| CMYK | 0.10 | 0 | 0.81 | 0.26 |
| HSL | 67.06º | 0.69% | 0.44% | - |
| HSV(B) | 67.06º | 0.81% | 0.74% | - |
| XYZ | 34.86 | 44.63 | 8.37 | - |
| YUV | 165.18 | 54.54 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 188 | 35 | 0.10 | 0 | 0.81 | 0.26 | 67.06 | 0.69 | 0.44 |
| Hex | AA | BC | 23 | A | 0 | 51 | 1A | 43 | 45 | 2C |
| Octal | 252 | 274 | 43 | 12 | 0 | 121 | 32 | 103 | 105 | 54 |
| Binary | 10101010 | 10111100 | 100011 | 1010 | 0 | 1010001 | 11010 | 1000011 | 1000101 | 101100 |
Color Harmonies of #AABC23
Complementary color
Monochromatic Colors of #AABC23
Black with #AABC23
Text Example
Text Example
White with #AABC23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABC23; }
p { color: rgb(170,188,35); }
H1.HeaderClassName
{
color: #AABC23;
}
.AnyTagClassName
{
color: #AABC23;
}
</style>
background-color css
<style>
a { background-color: #AABC23; }
a { background-color: rgb(170,188,35); }
div.DivClassName
{
background-color: #AABC23;
}
.BgClassName
{
background-color: #AABC23;
}
</style>
border-color css
<style>
span { border-color: #AABC23; }
span { border-color: rgb(170,188,35); }
td.TdClassName
{
border-color: #AABC23;
}
.TagClassName
{
border-color: #AABC23;
}
</style>