Shades of Bahia #ABCD19
Tints of Bahia #ABCD19
RGB
CMYK
RGB Variations
Color information
#ABCD19 (or 0xABCD19) is known color: Bahia. HEX triplet: AB, CD and 19. RGB value is (171,205,25). Sum of RGB (Red+Green+Blue) = 171+205+25=401 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.64% from 401); Green value is 205 (80.47% from 255 or 51.12% from 401); Blue value is 25 (10.16% from 255 or 6.23% from 401); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCD19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABCD19 is #5432E6. Grayscale: #AFAFAF. Windows color (decimal): -5518055 or 1691051. OLE color: 1691051.
HSL color Cylindrical-coordinate representation of color #ABCD19: hue angle of 71.33º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ABCD19 is Cyan = 0.17, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 205 | 25 | - |
| CMYK | 0.17 | 0 | 0.88 | 0.20 |
| HSL | 71.33º | 0.78% | 0.45% | - |
| HSV(B) | 71.33º | 0.88% | 0.8% | - |
| XYZ | 38.8 | 52.39 | 8.99 | - |
| YUV | 174.31 | 43.74 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 205 | 25 | 0.17 | 0 | 0.88 | 0.20 | 71.33 | 0.78 | 0.45 |
| Hex | AB | CD | 19 | 11 | 0 | 58 | 14 | 47 | 4E | 2D |
| Octal | 253 | 315 | 31 | 21 | 0 | 130 | 24 | 107 | 116 | 55 |
| Binary | 10101011 | 11001101 | 11001 | 10001 | 0 | 1011000 | 10100 | 1000111 | 1001110 | 101101 |
Color Harmonies of #ABCD19
Complementary color
Monochromatic Colors of #ABCD19
Black with #ABCD19
Text Example
Text Example
White with #ABCD19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCD19; }
p { color: rgb(171,205,25); }
H1.HeaderClassName
{
color: #ABCD19;
}
.AnyTagClassName
{
color: #ABCD19;
}
</style>
background-color css
<style>
a { background-color: #ABCD19; }
a { background-color: rgb(171,205,25); }
div.DivClassName
{
background-color: #ABCD19;
}
.BgClassName
{
background-color: #ABCD19;
}
</style>
border-color css
<style>
span { border-color: #ABCD19; }
span { border-color: rgb(171,205,25); }
td.TdClassName
{
border-color: #ABCD19;
}
.TagClassName
{
border-color: #ABCD19;
}
</style>