Shades of Bahia #ABC50F
Tints of Bahia #ABC50F
RGB
CMYK
RGB Variations
Color information
#ABC50F (or 0xABC50F) is known color: Bahia. HEX triplet: AB, C5 and 0F. RGB value is (171,197,15). Sum of RGB (Red+Green+Blue) = 171+197+15=383 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.65% from 383); Green value is 197 (77.34% from 255 or 51.44% from 383); Blue value is 15 (6.25% from 255 or 3.92% from 383); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC50F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC50F is #543AF0. Grayscale: #A9A9A9. Windows color (decimal): -5520113 or 1033643. OLE color: 1033643.
HSL color Cylindrical-coordinate representation of color #ABC50F: hue angle of 68.57º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ABC50F is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 197 | 15 | - |
| CMYK | 0.13 | 0 | 0.92 | 0.23 |
| HSL | 68.57º | 0.86% | 0.42% | - |
| HSV(B) | 68.57º | 0.92% | 0.77% | - |
| XYZ | 36.85 | 48.62 | 7.9 | - |
| YUV | 168.48 | 41.39 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 197 | 15 | 0.13 | 0 | 0.92 | 0.23 | 68.57 | 0.86 | 0.42 |
| Hex | AB | C5 | F | D | 0 | 5C | 17 | 45 | 56 | 2A |
| Octal | 253 | 305 | 17 | 15 | 0 | 134 | 27 | 105 | 126 | 52 |
| Binary | 10101011 | 11000101 | 1111 | 1101 | 0 | 1011100 | 10111 | 1000101 | 1010110 | 101010 |
Color Harmonies of #ABC50F
Complementary color
Monochromatic Colors of #ABC50F
Black with #ABC50F
Text Example
Text Example
White with #ABC50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC50F; }
p { color: rgb(171,197,15); }
H1.HeaderClassName
{
color: #ABC50F;
}
.AnyTagClassName
{
color: #ABC50F;
}
</style>
background-color css
<style>
a { background-color: #ABC50F; }
a { background-color: rgb(171,197,15); }
div.DivClassName
{
background-color: #ABC50F;
}
.BgClassName
{
background-color: #ABC50F;
}
</style>
border-color css
<style>
span { border-color: #ABC50F; }
span { border-color: rgb(171,197,15); }
td.TdClassName
{
border-color: #ABC50F;
}
.TagClassName
{
border-color: #ABC50F;
}
</style>