Shades of Bahia #ABCD1A
Tints of Bahia #ABCD1A
RGB
CMYK
RGB Variations
Color information
#ABCD1A (or 0xABCD1A) is known color: Bahia. HEX triplet: AB, CD and 1A. RGB value is (171,205,26). Sum of RGB (Red+Green+Blue) = 171+205+26=402 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.54% from 402); Green value is 205 (80.47% from 255 or 51.00% from 402); Blue value is 26 (10.55% from 255 or 6.47% from 402); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCD1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCD1A is #5432E5. Grayscale: #AFAFAF. Windows color (decimal): -5518054 or 1756587. OLE color: 1756587.
HSL color Cylindrical-coordinate representation of color #ABCD1A: hue angle of 71.4º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ABCD1A is Cyan = 0.17, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 205 | 26 | - |
| CMYK | 0.17 | 0 | 0.87 | 0.20 |
| HSL | 71.4º | 0.77% | 0.45% | - |
| HSV(B) | 71.4º | 0.87% | 0.8% | - |
| XYZ | 38.81 | 52.4 | 9.04 | - |
| YUV | 174.43 | 44.24 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 205 | 26 | 0.17 | 0 | 0.87 | 0.20 | 71.4 | 0.77 | 0.45 |
| Hex | AB | CD | 1A | 11 | 0 | 57 | 14 | 47 | 4D | 2D |
| Octal | 253 | 315 | 32 | 21 | 0 | 127 | 24 | 107 | 115 | 55 |
| Binary | 10101011 | 11001101 | 11010 | 10001 | 0 | 1010111 | 10100 | 1000111 | 1001101 | 101101 |
Color Harmonies of #ABCD1A
Complementary color
Monochromatic Colors of #ABCD1A
Black with #ABCD1A
Text Example
Text Example
White with #ABCD1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCD1A; }
p { color: rgb(171,205,26); }
H1.HeaderClassName
{
color: #ABCD1A;
}
.AnyTagClassName
{
color: #ABCD1A;
}
</style>
background-color css
<style>
a { background-color: #ABCD1A; }
a { background-color: rgb(171,205,26); }
div.DivClassName
{
background-color: #ABCD1A;
}
.BgClassName
{
background-color: #ABCD1A;
}
</style>
border-color css
<style>
span { border-color: #ABCD1A; }
span { border-color: rgb(171,205,26); }
td.TdClassName
{
border-color: #ABCD1A;
}
.TagClassName
{
border-color: #ABCD1A;
}
</style>