Shades of Bahia #ABCD17
Tints of Bahia #ABCD17
RGB
CMYK
RGB Variations
Color information
#ABCD17 (or 0xABCD17) is known color: Bahia. HEX triplet: AB, CD and 17. RGB value is (171,205,23). Sum of RGB (Red+Green+Blue) = 171+205+23=399 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.86% from 399); Green value is 205 (80.47% from 255 or 51.38% from 399); Blue value is 23 (9.38% from 255 or 5.76% from 399); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCD17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABCD17 is #5432E8. Grayscale: #AEAEAE. Windows color (decimal): -5518057 or 1559979. OLE color: 1559979.
HSL color Cylindrical-coordinate representation of color #ABCD17: hue angle of 71.21º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ABCD17 is Cyan = 0.17, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 205 | 23 | - |
| CMYK | 0.17 | 0 | 0.89 | 0.20 |
| HSL | 71.21º | 0.8% | 0.45% | - |
| HSV(B) | 71.21º | 0.89% | 0.8% | - |
| XYZ | 38.78 | 52.38 | 8.88 | - |
| YUV | 174.09 | 42.74 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 205 | 23 | 0.17 | 0 | 0.89 | 0.20 | 71.21 | 0.8 | 0.45 |
| Hex | AB | CD | 17 | 11 | 0 | 59 | 14 | 47 | 50 | 2D |
| Octal | 253 | 315 | 27 | 21 | 0 | 131 | 24 | 107 | 120 | 55 |
| Binary | 10101011 | 11001101 | 10111 | 10001 | 0 | 1011001 | 10100 | 1000111 | 1010000 | 101101 |
Color Harmonies of #ABCD17
Complementary color
Monochromatic Colors of #ABCD17
Black with #ABCD17
Text Example
Text Example
White with #ABCD17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCD17; }
p { color: rgb(171,205,23); }
H1.HeaderClassName
{
color: #ABCD17;
}
.AnyTagClassName
{
color: #ABCD17;
}
</style>
background-color css
<style>
a { background-color: #ABCD17; }
a { background-color: rgb(171,205,23); }
div.DivClassName
{
background-color: #ABCD17;
}
.BgClassName
{
background-color: #ABCD17;
}
</style>
border-color css
<style>
span { border-color: #ABCD17; }
span { border-color: rgb(171,205,23); }
td.TdClassName
{
border-color: #ABCD17;
}
.TagClassName
{
border-color: #ABCD17;
}
</style>