Shades of Bahia #ABCD0F
Tints of Bahia #ABCD0F
RGB
CMYK
RGB Variations
Color information
#ABCD0F (or 0xABCD0F) is known color: Bahia. HEX triplet: AB, CD and 0F. RGB value is (171,205,15). Sum of RGB (Red+Green+Blue) = 171+205+15=391 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.73% from 391); Green value is 205 (80.47% from 255 or 52.43% from 391); Blue value is 15 (6.25% from 255 or 3.84% from 391); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCD0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABCD0F is #5432F0. Grayscale: #ADADAD. Windows color (decimal): -5518065 or 1035691. OLE color: 1035691.
HSL color Cylindrical-coordinate representation of color #ABCD0F: hue angle of 70.74º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ABCD0F is Cyan = 0.17, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 205 | 15 | - |
| CMYK | 0.17 | 0 | 0.93 | 0.20 |
| HSL | 70.74º | 0.86% | 0.43% | - |
| HSV(B) | 70.74º | 0.93% | 0.8% | - |
| XYZ | 38.71 | 52.36 | 8.52 | - |
| YUV | 173.17 | 38.74 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 205 | 15 | 0.17 | 0 | 0.93 | 0.20 | 70.74 | 0.86 | 0.43 |
| Hex | AB | CD | F | 11 | 0 | 5D | 14 | 47 | 56 | 2B |
| Octal | 253 | 315 | 17 | 21 | 0 | 135 | 24 | 107 | 126 | 53 |
| Binary | 10101011 | 11001101 | 1111 | 10001 | 0 | 1011101 | 10100 | 1000111 | 1010110 | 101011 |
Color Harmonies of #ABCD0F
Complementary color
Monochromatic Colors of #ABCD0F
Black with #ABCD0F
Text Example
Text Example
White with #ABCD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCD0F; }
p { color: rgb(171,205,15); }
H1.HeaderClassName
{
color: #ABCD0F;
}
.AnyTagClassName
{
color: #ABCD0F;
}
</style>
background-color css
<style>
a { background-color: #ABCD0F; }
a { background-color: rgb(171,205,15); }
div.DivClassName
{
background-color: #ABCD0F;
}
.BgClassName
{
background-color: #ABCD0F;
}
</style>
border-color css
<style>
span { border-color: #ABCD0F; }
span { border-color: rgb(171,205,15); }
td.TdClassName
{
border-color: #ABCD0F;
}
.TagClassName
{
border-color: #ABCD0F;
}
</style>