Shades of Bahia #ABC929
Tints of Bahia #ABC929
RGB
CMYK
RGB Variations
Color information
#ABC929 (or 0xABC929) is known color: Bahia. HEX triplet: AB, C9 and 29. RGB value is (171,201,41). Sum of RGB (Red+Green+Blue) = 171+201+41=413 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.40% from 413); Green value is 201 (78.91% from 255 or 48.67% from 413); Blue value is 41 (16.41% from 255 or 9.93% from 413); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC929 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC929 is #5436D6. Grayscale: #AEAEAE. Windows color (decimal): -5519063 or 2738603. OLE color: 2738603.
HSL color Cylindrical-coordinate representation of color #ABC929: hue angle of 71.25º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ABC929 is Cyan = 0.15, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 201 | 41 | - |
| CMYK | 0.15 | 0 | 0.80 | 0.21 |
| HSL | 71.25º | 0.66% | 0.47% | - |
| HSV(B) | 71.25º | 0.8% | 0.79% | - |
| XYZ | 38.08 | 50.59 | 9.86 | - |
| YUV | 173.79 | 53.06 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 201 | 41 | 0.15 | 0 | 0.80 | 0.21 | 71.25 | 0.66 | 0.47 |
| Hex | AB | C9 | 29 | F | 0 | 50 | 15 | 47 | 42 | 2F |
| Octal | 253 | 311 | 51 | 17 | 0 | 120 | 25 | 107 | 102 | 57 |
| Binary | 10101011 | 11001001 | 101001 | 1111 | 0 | 1010000 | 10101 | 1000111 | 1000010 | 101111 |
Color Harmonies of #ABC929
Complementary color
Monochromatic Colors of #ABC929
Black with #ABC929
Text Example
Text Example
White with #ABC929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC929; }
p { color: rgb(171,201,41); }
H1.HeaderClassName
{
color: #ABC929;
}
.AnyTagClassName
{
color: #ABC929;
}
</style>
background-color css
<style>
a { background-color: #ABC929; }
a { background-color: rgb(171,201,41); }
div.DivClassName
{
background-color: #ABC929;
}
.BgClassName
{
background-color: #ABC929;
}
</style>
border-color css
<style>
span { border-color: #ABC929; }
span { border-color: rgb(171,201,41); }
td.TdClassName
{
border-color: #ABC929;
}
.TagClassName
{
border-color: #ABC929;
}
</style>