Shades of Bahia #ABCD13
Tints of Bahia #ABCD13
RGB
CMYK
RGB Variations
Color information
#ABCD13 (or 0xABCD13) is known color: Bahia. HEX triplet: AB, CD and 13. RGB value is (171,205,19). Sum of RGB (Red+Green+Blue) = 171+205+19=395 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.29% from 395); Green value is 205 (80.47% from 255 or 51.90% from 395); Blue value is 19 (7.81% from 255 or 4.81% from 395); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCD13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABCD13 is #5432EC. Grayscale: #AEAEAE. Windows color (decimal): -5518061 or 1297835. OLE color: 1297835.
HSL color Cylindrical-coordinate representation of color #ABCD13: hue angle of 70.97º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ABCD13 is Cyan = 0.17, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 205 | 19 | - |
| CMYK | 0.17 | 0 | 0.91 | 0.20 |
| HSL | 70.97º | 0.83% | 0.44% | - |
| HSV(B) | 70.97º | 0.91% | 0.8% | - |
| XYZ | 38.74 | 52.37 | 8.68 | - |
| YUV | 173.63 | 40.74 | 126.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 205 | 19 | 0.17 | 0 | 0.91 | 0.20 | 70.97 | 0.83 | 0.44 |
| Hex | AB | CD | 13 | 11 | 0 | 5B | 14 | 47 | 53 | 2C |
| Octal | 253 | 315 | 23 | 21 | 0 | 133 | 24 | 107 | 123 | 54 |
| Binary | 10101011 | 11001101 | 10011 | 10001 | 0 | 1011011 | 10100 | 1000111 | 1010011 | 101100 |
Color Harmonies of #ABCD13
Complementary color
Monochromatic Colors of #ABCD13
Black with #ABCD13
Text Example
Text Example
White with #ABCD13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCD13; }
p { color: rgb(171,205,19); }
H1.HeaderClassName
{
color: #ABCD13;
}
.AnyTagClassName
{
color: #ABCD13;
}
</style>
background-color css
<style>
a { background-color: #ABCD13; }
a { background-color: rgb(171,205,19); }
div.DivClassName
{
background-color: #ABCD13;
}
.BgClassName
{
background-color: #ABCD13;
}
</style>
border-color css
<style>
span { border-color: #ABCD13; }
span { border-color: rgb(171,205,19); }
td.TdClassName
{
border-color: #ABCD13;
}
.TagClassName
{
border-color: #ABCD13;
}
</style>