Shades of Bahia #ABCF24
Tints of Bahia #ABCF24
RGB
CMYK
RGB Variations
Color information
#ABCF24 (or 0xABCF24) is known color: Bahia. HEX triplet: AB, CF and 24. RGB value is (171,207,36). Sum of RGB (Red+Green+Blue) = 171+207+36=414 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.30% from 414); Green value is 207 (81.25% from 255 or 50% from 414); Blue value is 36 (14.45% from 255 or 8.70% from 414); Max value from RGB is 207 - color contains mainly: green. Hex color #ABCF24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCF24 is #5430DB. Grayscale: #B1B1B1. Windows color (decimal): -5517532 or 2412459. OLE color: 2412459.
HSL color Cylindrical-coordinate representation of color #ABCF24: hue angle of 72.63º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ABCF24 is Cyan = 0.17, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 207 | 36 | - |
| CMYK | 0.17 | 0 | 0.83 | 0.19 |
| HSL | 72.63º | 0.7% | 0.48% | - |
| HSV(B) | 72.63º | 0.83% | 0.81% | - |
| XYZ | 39.43 | 53.41 | 9.9 | - |
| YUV | 176.74 | 48.57 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 207 | 36 | 0.17 | 0 | 0.83 | 0.19 | 72.63 | 0.7 | 0.48 |
| Hex | AB | CF | 24 | 11 | 0 | 53 | 13 | 49 | 46 | 30 |
| Octal | 253 | 317 | 44 | 21 | 0 | 123 | 23 | 111 | 106 | 60 |
| Binary | 10101011 | 11001111 | 100100 | 10001 | 0 | 1010011 | 10011 | 1001001 | 1000110 | 110000 |
Color Harmonies of #ABCF24
Complementary color
Monochromatic Colors of #ABCF24
Black with #ABCF24
Text Example
Text Example
White with #ABCF24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCF24; }
p { color: rgb(171,207,36); }
H1.HeaderClassName
{
color: #ABCF24;
}
.AnyTagClassName
{
color: #ABCF24;
}
</style>
background-color css
<style>
a { background-color: #ABCF24; }
a { background-color: rgb(171,207,36); }
div.DivClassName
{
background-color: #ABCF24;
}
.BgClassName
{
background-color: #ABCF24;
}
</style>
border-color css
<style>
span { border-color: #ABCF24; }
span { border-color: rgb(171,207,36); }
td.TdClassName
{
border-color: #ABCF24;
}
.TagClassName
{
border-color: #ABCF24;
}
</style>