Shades of Bahia #ABC31C
Tints of Bahia #ABC31C
RGB
CMYK
RGB Variations
Color information
#ABC31C (or 0xABC31C) is known color: Bahia. HEX triplet: AB, C3 and 1C. RGB value is (171,195,28). Sum of RGB (Red+Green+Blue) = 171+195+28=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 195 (76.56% from 255 or 49.49% from 394); Blue value is 28 (11.33% from 255 or 7.11% from 394); Max value from RGB is 195 - color contains mainly: green. Hex color #ABC31C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC31C is #543CE3. Grayscale: #A9A9A9. Windows color (decimal): -5520612 or 1885099. OLE color: 1885099.
HSL color Cylindrical-coordinate representation of color #ABC31C: hue angle of 68.62º degrees, saturation: 0.75, 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 #ABC31C is Cyan = 0.12, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 195 | 28 | - |
| CMYK | 0.12 | 0 | 0.86 | 0.24 |
| HSL | 68.62º | 0.75% | 0.44% | - |
| HSV(B) | 68.62º | 0.86% | 0.76% | - |
| XYZ | 36.52 | 47.77 | 8.39 | - |
| YUV | 168.79 | 48.55 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 195 | 28 | 0.12 | 0 | 0.86 | 0.24 | 68.62 | 0.75 | 0.44 |
| Hex | AB | C3 | 1C | C | 0 | 56 | 18 | 45 | 4B | 2C |
| Octal | 253 | 303 | 34 | 14 | 0 | 126 | 30 | 105 | 113 | 54 |
| Binary | 10101011 | 11000011 | 11100 | 1100 | 0 | 1010110 | 11000 | 1000101 | 1001011 | 101100 |
Color Harmonies of #ABC31C
Complementary color
Monochromatic Colors of #ABC31C
Black with #ABC31C
Text Example
Text Example
White with #ABC31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC31C; }
p { color: rgb(171,195,28); }
H1.HeaderClassName
{
color: #ABC31C;
}
.AnyTagClassName
{
color: #ABC31C;
}
</style>
background-color css
<style>
a { background-color: #ABC31C; }
a { background-color: rgb(171,195,28); }
div.DivClassName
{
background-color: #ABC31C;
}
.BgClassName
{
background-color: #ABC31C;
}
</style>
border-color css
<style>
span { border-color: #ABC31C; }
span { border-color: rgb(171,195,28); }
td.TdClassName
{
border-color: #ABC31C;
}
.TagClassName
{
border-color: #ABC31C;
}
</style>