Shades of Bahia #ABC02B
Tints of Bahia #ABC02B
RGB
CMYK
RGB Variations
Color information
#ABC02B (or 0xABC02B) is known color: Bahia. HEX triplet: AB, C0 and 2B. RGB value is (171,192,43). Sum of RGB (Red+Green+Blue) = 171+192+43=406 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.12% from 406); Green value is 192 (75.39% from 255 or 47.29% from 406); Blue value is 43 (17.19% from 255 or 10.59% from 406); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC02B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC02B is #543FD4. Grayscale: #A9A9A9. Windows color (decimal): -5521365 or 2867371. OLE color: 2867371.
HSL color Cylindrical-coordinate representation of color #ABC02B: hue angle of 68.46º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ABC02B is Cyan = 0.11, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 192 | 43 | - |
| CMYK | 0.11 | 0 | 0.78 | 0.25 |
| HSL | 68.46º | 0.63% | 0.46% | - |
| HSV(B) | 68.46º | 0.78% | 0.75% | - |
| XYZ | 36.08 | 46.53 | 9.37 | - |
| YUV | 168.74 | 57.04 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 192 | 43 | 0.11 | 0 | 0.78 | 0.25 | 68.46 | 0.63 | 0.46 |
| Hex | AB | C0 | 2B | B | 0 | 4E | 19 | 44 | 3F | 2E |
| Octal | 253 | 300 | 53 | 13 | 0 | 116 | 31 | 104 | 77 | 56 |
| Binary | 10101011 | 11000000 | 101011 | 1011 | 0 | 1001110 | 11001 | 1000100 | 111111 | 101110 |
Color Harmonies of #ABC02B
Complementary color
Monochromatic Colors of #ABC02B
Black with #ABC02B
Text Example
Text Example
White with #ABC02B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC02B; }
p { color: rgb(171,192,43); }
H1.HeaderClassName
{
color: #ABC02B;
}
.AnyTagClassName
{
color: #ABC02B;
}
</style>
background-color css
<style>
a { background-color: #ABC02B; }
a { background-color: rgb(171,192,43); }
div.DivClassName
{
background-color: #ABC02B;
}
.BgClassName
{
background-color: #ABC02B;
}
</style>
border-color css
<style>
span { border-color: #ABC02B; }
span { border-color: rgb(171,192,43); }
td.TdClassName
{
border-color: #ABC02B;
}
.TagClassName
{
border-color: #ABC02B;
}
</style>