Shades of Bahia #ABCF1B
Tints of Bahia #ABCF1B
RGB
CMYK
RGB Variations
Color information
#ABCF1B (or 0xABCF1B) is known color: Bahia. HEX triplet: AB, CF and 1B. RGB value is (171,207,27). Sum of RGB (Red+Green+Blue) = 171+207+27=405 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.22% from 405); Green value is 207 (81.25% from 255 or 51.11% from 405); Blue value is 27 (10.94% from 255 or 6.67% from 405); Max value from RGB is 207 - color contains mainly: green. Hex color #ABCF1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCF1B is #5430E4. Grayscale: #B0B0B0. Windows color (decimal): -5517541 or 1822635. OLE color: 1822635.
HSL color Cylindrical-coordinate representation of color #ABCF1B: hue angle of 72º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ABCF1B is Cyan = 0.17, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 207 | 27 | - |
| CMYK | 0.17 | 0 | 0.87 | 0.19 |
| HSL | 72º | 0.77% | 0.46% | - |
| HSV(B) | 72º | 0.87% | 0.81% | - |
| XYZ | 39.31 | 53.36 | 9.27 | - |
| YUV | 175.72 | 44.07 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 207 | 27 | 0.17 | 0 | 0.87 | 0.19 | 72 | 0.77 | 0.46 |
| Hex | AB | CF | 1B | 11 | 0 | 57 | 13 | 48 | 4D | 2E |
| Octal | 253 | 317 | 33 | 21 | 0 | 127 | 23 | 110 | 115 | 56 |
| Binary | 10101011 | 11001111 | 11011 | 10001 | 0 | 1010111 | 10011 | 1001000 | 1001101 | 101110 |
Color Harmonies of #ABCF1B
Complementary color
Monochromatic Colors of #ABCF1B
Black with #ABCF1B
Text Example
Text Example
White with #ABCF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCF1B; }
p { color: rgb(171,207,27); }
H1.HeaderClassName
{
color: #ABCF1B;
}
.AnyTagClassName
{
color: #ABCF1B;
}
</style>
background-color css
<style>
a { background-color: #ABCF1B; }
a { background-color: rgb(171,207,27); }
div.DivClassName
{
background-color: #ABCF1B;
}
.BgClassName
{
background-color: #ABCF1B;
}
</style>
border-color css
<style>
span { border-color: #ABCF1B; }
span { border-color: rgb(171,207,27); }
td.TdClassName
{
border-color: #ABCF1B;
}
.TagClassName
{
border-color: #ABCF1B;
}
</style>