Shades of Bahia #ABCD2A
Tints of Bahia #ABCD2A
RGB
CMYK
RGB Variations
Color information
#ABCD2A (or 0xABCD2A) is known color: Bahia. HEX triplet: AB, CD and 2A. RGB value is (171,205,42). Sum of RGB (Red+Green+Blue) = 171+205+42=418 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.91% from 418); Green value is 205 (80.47% from 255 or 49.04% from 418); Blue value is 42 (16.80% from 255 or 10.05% from 418); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCD2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCD2A is #5432D5. Grayscale: #B0B0B0. Windows color (decimal): -5518038 or 2805163. OLE color: 2805163.
HSL color Cylindrical-coordinate representation of color #ABCD2A: hue angle of 72.52º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ABCD2A is Cyan = 0.17, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 205 | 42 | - |
| CMYK | 0.17 | 0 | 0.80 | 0.20 |
| HSL | 72.52º | 0.66% | 0.48% | - |
| HSV(B) | 72.52º | 0.8% | 0.8% | - |
| XYZ | 39.04 | 52.49 | 10.26 | - |
| YUV | 176.25 | 52.24 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 205 | 42 | 0.17 | 0 | 0.80 | 0.20 | 72.52 | 0.66 | 0.48 |
| Hex | AB | CD | 2A | 11 | 0 | 50 | 14 | 49 | 42 | 30 |
| Octal | 253 | 315 | 52 | 21 | 0 | 120 | 24 | 111 | 102 | 60 |
| Binary | 10101011 | 11001101 | 101010 | 10001 | 0 | 1010000 | 10100 | 1001001 | 1000010 | 110000 |
Color Harmonies of #ABCD2A
Complementary color
Monochromatic Colors of #ABCD2A
Black with #ABCD2A
Text Example
Text Example
White with #ABCD2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCD2A; }
p { color: rgb(171,205,42); }
H1.HeaderClassName
{
color: #ABCD2A;
}
.AnyTagClassName
{
color: #ABCD2A;
}
</style>
background-color css
<style>
a { background-color: #ABCD2A; }
a { background-color: rgb(171,205,42); }
div.DivClassName
{
background-color: #ABCD2A;
}
.BgClassName
{
background-color: #ABCD2A;
}
</style>
border-color css
<style>
span { border-color: #ABCD2A; }
span { border-color: rgb(171,205,42); }
td.TdClassName
{
border-color: #ABCD2A;
}
.TagClassName
{
border-color: #ABCD2A;
}
</style>