Shades of Bahia #ABBC1F
Tints of Bahia #ABBC1F
RGB
CMYK
RGB Variations
Color information
#ABBC1F (or 0xABBC1F) is known color: Bahia. HEX triplet: AB, BC and 1F. RGB value is (171,188,31). Sum of RGB (Red+Green+Blue) = 171+188+31=390 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.85% from 390); Green value is 188 (73.83% from 255 or 48.21% from 390); Blue value is 31 (12.5% from 255 or 7.95% from 390); Max value from RGB is 188 - color contains mainly: green. Hex color #ABBC1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBC1F is #5443E0. Grayscale: #A5A5A5. Windows color (decimal): -5522401 or 2079915. OLE color: 2079915.
HSL color Cylindrical-coordinate representation of color #ABBC1F: hue angle of 66.5º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ABBC1F is Cyan = 0.09, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 188 | 31 | - |
| CMYK | 0.09 | 0 | 0.84 | 0.26 |
| HSL | 66.5º | 0.72% | 0.43% | - |
| HSV(B) | 66.5º | 0.84% | 0.74% | - |
| XYZ | 35.03 | 44.72 | 8.08 | - |
| YUV | 165.02 | 52.37 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 188 | 31 | 0.09 | 0 | 0.84 | 0.26 | 66.5 | 0.72 | 0.43 |
| Hex | AB | BC | 1F | 9 | 0 | 54 | 1A | 42 | 48 | 2B |
| Octal | 253 | 274 | 37 | 11 | 0 | 124 | 32 | 102 | 110 | 53 |
| Binary | 10101011 | 10111100 | 11111 | 1001 | 0 | 1010100 | 11010 | 1000010 | 1001000 | 101011 |
Color Harmonies of #ABBC1F
Complementary color
Monochromatic Colors of #ABBC1F
Black with #ABBC1F
Text Example
Text Example
White with #ABBC1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBC1F; }
p { color: rgb(171,188,31); }
H1.HeaderClassName
{
color: #ABBC1F;
}
.AnyTagClassName
{
color: #ABBC1F;
}
</style>
background-color css
<style>
a { background-color: #ABBC1F; }
a { background-color: rgb(171,188,31); }
div.DivClassName
{
background-color: #ABBC1F;
}
.BgClassName
{
background-color: #ABBC1F;
}
</style>
border-color css
<style>
span { border-color: #ABBC1F; }
span { border-color: rgb(171,188,31); }
td.TdClassName
{
border-color: #ABBC1F;
}
.TagClassName
{
border-color: #ABBC1F;
}
</style>