Shades of Bahia #ABCD24
Tints of Bahia #ABCD24
RGB
CMYK
RGB Variations
Color information
#ABCD24 (or 0xABCD24) is known color: Bahia. HEX triplet: AB, CD and 24. RGB value is (171,205,36). Sum of RGB (Red+Green+Blue) = 171+205+36=412 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.50% from 412); Green value is 205 (80.47% from 255 or 49.76% from 412); Blue value is 36 (14.45% from 255 or 8.74% from 412); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCD24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCD24 is #5432DB. Grayscale: #B0B0B0. Windows color (decimal): -5518044 or 2411947. OLE color: 2411947.
HSL color Cylindrical-coordinate representation of color #ABCD24: hue angle of 72.07º 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 #ABCD24 is Cyan = 0.17, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 205 | 36 | - |
| CMYK | 0.17 | 0 | 0.82 | 0.20 |
| HSL | 72.07º | 0.7% | 0.47% | - |
| HSV(B) | 72.07º | 0.82% | 0.8% | - |
| XYZ | 38.94 | 52.45 | 9.74 | - |
| YUV | 175.57 | 49.24 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 205 | 36 | 0.17 | 0 | 0.82 | 0.20 | 72.07 | 0.7 | 0.47 |
| Hex | AB | CD | 24 | 11 | 0 | 52 | 14 | 48 | 46 | 2F |
| Octal | 253 | 315 | 44 | 21 | 0 | 122 | 24 | 110 | 106 | 57 |
| Binary | 10101011 | 11001101 | 100100 | 10001 | 0 | 1010010 | 10100 | 1001000 | 1000110 | 101111 |
Color Harmonies of #ABCD24
Complementary color
Monochromatic Colors of #ABCD24
Black with #ABCD24
Text Example
Text Example
White with #ABCD24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCD24; }
p { color: rgb(171,205,36); }
H1.HeaderClassName
{
color: #ABCD24;
}
.AnyTagClassName
{
color: #ABCD24;
}
</style>
background-color css
<style>
a { background-color: #ABCD24; }
a { background-color: rgb(171,205,36); }
div.DivClassName
{
background-color: #ABCD24;
}
.BgClassName
{
background-color: #ABCD24;
}
</style>
border-color css
<style>
span { border-color: #ABCD24; }
span { border-color: rgb(171,205,36); }
td.TdClassName
{
border-color: #ABCD24;
}
.TagClassName
{
border-color: #ABCD24;
}
</style>