Shades of Bahia #ABCC24
Tints of Bahia #ABCC24
RGB
CMYK
RGB Variations
Color information
#ABCC24 (or 0xABCC24) is known color: Bahia. HEX triplet: AB, CC and 24. RGB value is (171,204,36). Sum of RGB (Red+Green+Blue) = 171+204+36=411 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.61% from 411); Green value is 204 (80.08% from 255 or 49.64% from 411); Blue value is 36 (14.45% from 255 or 8.76% from 411); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCC24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCC24 is #5433DB. Grayscale: #AFAFAF. Windows color (decimal): -5518300 or 2411691. OLE color: 2411691.
HSL color Cylindrical-coordinate representation of color #ABCC24: hue angle of 71.79º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ABCC24 is Cyan = 0.16, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 171 | 204 | 36 | - |
| CMYK | 0.16 | 0 | 0.82 | 0.2 |
| HSL | 71.79º | 0.7% | 0.47% | - |
| HSV(B) | 71.79º | 0.82% | 0.8% | - |
| XYZ | 38.71 | 51.97 | 9.66 | - |
| YUV | 174.98 | 49.57 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 204 | 36 | 0.16 | 0 | 0.82 | 0.2 | 71.79 | 0.7 | 0.47 |
| Hex | AB | CC | 24 | 10 | 0 | 52 | 14 | 48 | 46 | 2F |
| Octal | 253 | 314 | 44 | 20 | 0 | 122 | 24 | 110 | 106 | 57 |
| Binary | 10101011 | 11001100 | 100100 | 10000 | 0 | 1010010 | 10100 | 1001000 | 1000110 | 101111 |
Color Harmonies of #ABCC24
Complementary color
Monochromatic Colors of #ABCC24
Black with #ABCC24
Text Example
Text Example
White with #ABCC24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCC24; }
p { color: rgb(171,204,36); }
H1.HeaderClassName
{
color: #ABCC24;
}
.AnyTagClassName
{
color: #ABCC24;
}
</style>
background-color css
<style>
a { background-color: #ABCC24; }
a { background-color: rgb(171,204,36); }
div.DivClassName
{
background-color: #ABCC24;
}
.BgClassName
{
background-color: #ABCC24;
}
</style>
border-color css
<style>
span { border-color: #ABCC24; }
span { border-color: rgb(171,204,36); }
td.TdClassName
{
border-color: #ABCC24;
}
.TagClassName
{
border-color: #ABCC24;
}
</style>