Shades of Bahia #ABCF1D
Tints of Bahia #ABCF1D
RGB
CMYK
RGB Variations
Color information
#ABCF1D (or 0xABCF1D) is known color: Bahia. HEX triplet: AB, CF and 1D. RGB value is (171,207,29). Sum of RGB (Red+Green+Blue) = 171+207+29=407 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.01% from 407); Green value is 207 (81.25% from 255 or 50.86% from 407); Blue value is 29 (11.72% from 255 or 7.13% from 407); Max value from RGB is 207 - color contains mainly: green. Hex color #ABCF1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCF1D is #5430E2. Grayscale: #B0B0B0. Windows color (decimal): -5517539 or 1953707. OLE color: 1953707.
HSL color Cylindrical-coordinate representation of color #ABCF1D: hue angle of 72.13º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ABCF1D is Cyan = 0.17, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 207 | 29 | - |
| CMYK | 0.17 | 0 | 0.86 | 0.19 |
| HSL | 72.13º | 0.75% | 0.46% | - |
| HSV(B) | 72.13º | 0.86% | 0.81% | - |
| XYZ | 39.33 | 53.37 | 9.39 | - |
| YUV | 175.94 | 45.07 | 124.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 207 | 29 | 0.17 | 0 | 0.86 | 0.19 | 72.13 | 0.75 | 0.46 |
| Hex | AB | CF | 1D | 11 | 0 | 56 | 13 | 48 | 4B | 2E |
| Octal | 253 | 317 | 35 | 21 | 0 | 126 | 23 | 110 | 113 | 56 |
| Binary | 10101011 | 11001111 | 11101 | 10001 | 0 | 1010110 | 10011 | 1001000 | 1001011 | 101110 |
Color Harmonies of #ABCF1D
Complementary color
Monochromatic Colors of #ABCF1D
Black with #ABCF1D
Text Example
Text Example
White with #ABCF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCF1D; }
p { color: rgb(171,207,29); }
H1.HeaderClassName
{
color: #ABCF1D;
}
.AnyTagClassName
{
color: #ABCF1D;
}
</style>
background-color css
<style>
a { background-color: #ABCF1D; }
a { background-color: rgb(171,207,29); }
div.DivClassName
{
background-color: #ABCF1D;
}
.BgClassName
{
background-color: #ABCF1D;
}
</style>
border-color css
<style>
span { border-color: #ABCF1D; }
span { border-color: rgb(171,207,29); }
td.TdClassName
{
border-color: #ABCF1D;
}
.TagClassName
{
border-color: #ABCF1D;
}
</style>