Shades of Bahia #ABB825
Tints of Bahia #ABB825
RGB
CMYK
RGB Variations
Color information
#ABB825 (or 0xABB825) is known color: Bahia. HEX triplet: AB, B8 and 25. RGB value is (171,184,37). Sum of RGB (Red+Green+Blue) = 171+184+37=392 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.62% from 392); Green value is 184 (72.27% from 255 or 46.94% from 392); Blue value is 37 (14.84% from 255 or 9.44% from 392); Max value from RGB is 184 - color contains mainly: green. Hex color #ABB825 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABB825 is #5447DA. Grayscale: #A3A3A3. Windows color (decimal): -5523419 or 2472107. OLE color: 2472107.
HSL color Cylindrical-coordinate representation of color #ABB825: hue angle of 65.31º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ABB825 is Cyan = 0.07, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 171 | 184 | 37 | - |
| CMYK | 0.07 | 0 | 0.80 | 0.28 |
| HSL | 65.31º | 0.67% | 0.43% | - |
| HSV(B) | 65.31º | 0.8% | 0.72% | - |
| XYZ | 34.27 | 43.07 | 8.26 | - |
| YUV | 163.36 | 56.69 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 184 | 37 | 0.07 | 0 | 0.80 | 0.28 | 65.31 | 0.67 | 0.43 |
| Hex | AB | B8 | 25 | 7 | 0 | 50 | 1C | 41 | 43 | 2B |
| Octal | 253 | 270 | 45 | 7 | 0 | 120 | 34 | 101 | 103 | 53 |
| Binary | 10101011 | 10111000 | 100101 | 111 | 0 | 1010000 | 11100 | 1000001 | 1000011 | 101011 |
Color Harmonies of #ABB825
Complementary color
Monochromatic Colors of #ABB825
Black with #ABB825
Text Example
Text Example
White with #ABB825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB825; }
p { color: rgb(171,184,37); }
H1.HeaderClassName
{
color: #ABB825;
}
.AnyTagClassName
{
color: #ABB825;
}
</style>
background-color css
<style>
a { background-color: #ABB825; }
a { background-color: rgb(171,184,37); }
div.DivClassName
{
background-color: #ABB825;
}
.BgClassName
{
background-color: #ABB825;
}
</style>
border-color css
<style>
span { border-color: #ABB825; }
span { border-color: rgb(171,184,37); }
td.TdClassName
{
border-color: #ABB825;
}
.TagClassName
{
border-color: #ABB825;
}
</style>