Shades of Bahia #ABCD14
Tints of Bahia #ABCD14
RGB
CMYK
RGB Variations
Color information
#ABCD14 (or 0xABCD14) is known color: Bahia. HEX triplet: AB, CD and 14. RGB value is (171,205,20). Sum of RGB (Red+Green+Blue) = 171+205+20=396 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.18% from 396); Green value is 205 (80.47% from 255 or 51.77% from 396); Blue value is 20 (8.20% from 255 or 5.05% from 396); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCD14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABCD14 is #5432EB. Grayscale: #AEAEAE. Windows color (decimal): -5518060 or 1363371. OLE color: 1363371.
HSL color Cylindrical-coordinate representation of color #ABCD14: hue angle of 71.03º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ABCD14 is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 205 | 20 | - |
| CMYK | 0.17 | 0 | 0.90 | 0.20 |
| HSL | 71.03º | 0.82% | 0.44% | - |
| HSV(B) | 71.03º | 0.9% | 0.8% | - |
| XYZ | 38.75 | 52.37 | 8.73 | - |
| YUV | 173.74 | 41.24 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 205 | 20 | 0.17 | 0 | 0.90 | 0.20 | 71.03 | 0.82 | 0.44 |
| Hex | AB | CD | 14 | 11 | 0 | 5A | 14 | 47 | 52 | 2C |
| Octal | 253 | 315 | 24 | 21 | 0 | 132 | 24 | 107 | 122 | 54 |
| Binary | 10101011 | 11001101 | 10100 | 10001 | 0 | 1011010 | 10100 | 1000111 | 1010010 | 101100 |
Color Harmonies of #ABCD14
Complementary color
Monochromatic Colors of #ABCD14
Black with #ABCD14
Text Example
Text Example
White with #ABCD14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCD14; }
p { color: rgb(171,205,20); }
H1.HeaderClassName
{
color: #ABCD14;
}
.AnyTagClassName
{
color: #ABCD14;
}
</style>
background-color css
<style>
a { background-color: #ABCD14; }
a { background-color: rgb(171,205,20); }
div.DivClassName
{
background-color: #ABCD14;
}
.BgClassName
{
background-color: #ABCD14;
}
</style>
border-color css
<style>
span { border-color: #ABCD14; }
span { border-color: rgb(171,205,20); }
td.TdClassName
{
border-color: #ABCD14;
}
.TagClassName
{
border-color: #ABCD14;
}
</style>