Shades of Bahia #ABC31B
Tints of Bahia #ABC31B
RGB
CMYK
RGB Variations
Color information
#ABC31B (or 0xABC31B) is known color: Bahia. HEX triplet: AB, C3 and 1B. RGB value is (171,195,27). Sum of RGB (Red+Green+Blue) = 171+195+27=393 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.51% from 393); Green value is 195 (76.56% from 255 or 49.62% from 393); Blue value is 27 (10.94% from 255 or 6.87% from 393); Max value from RGB is 195 - color contains mainly: green. Hex color #ABC31B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC31B is #543CE4. Grayscale: #A9A9A9. Windows color (decimal): -5520613 or 1819563. OLE color: 1819563.
HSL color Cylindrical-coordinate representation of color #ABC31B: hue angle of 68.57º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ABC31B is Cyan = 0.12, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 195 | 27 | - |
| CMYK | 0.12 | 0 | 0.86 | 0.24 |
| HSL | 68.57º | 0.76% | 0.44% | - |
| HSV(B) | 68.57º | 0.86% | 0.76% | - |
| XYZ | 36.51 | 47.77 | 8.33 | - |
| YUV | 168.67 | 48.05 | 129.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 195 | 27 | 0.12 | 0 | 0.86 | 0.24 | 68.57 | 0.76 | 0.44 |
| Hex | AB | C3 | 1B | C | 0 | 56 | 18 | 45 | 4C | 2C |
| Octal | 253 | 303 | 33 | 14 | 0 | 126 | 30 | 105 | 114 | 54 |
| Binary | 10101011 | 11000011 | 11011 | 1100 | 0 | 1010110 | 11000 | 1000101 | 1001100 | 101100 |
Color Harmonies of #ABC31B
Complementary color
Monochromatic Colors of #ABC31B
Black with #ABC31B
Text Example
Text Example
White with #ABC31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC31B; }
p { color: rgb(171,195,27); }
H1.HeaderClassName
{
color: #ABC31B;
}
.AnyTagClassName
{
color: #ABC31B;
}
</style>
background-color css
<style>
a { background-color: #ABC31B; }
a { background-color: rgb(171,195,27); }
div.DivClassName
{
background-color: #ABC31B;
}
.BgClassName
{
background-color: #ABC31B;
}
</style>
border-color css
<style>
span { border-color: #ABC31B; }
span { border-color: rgb(171,195,27); }
td.TdClassName
{
border-color: #ABC31B;
}
.TagClassName
{
border-color: #ABC31B;
}
</style>