Shades of Bahia #ABC30E
Tints of Bahia #ABC30E
RGB
CMYK
RGB Variations
Color information
#ABC30E (or 0xABC30E) is known color: Bahia. HEX triplet: AB, C3 and 0E. RGB value is (171,195,14). Sum of RGB (Red+Green+Blue) = 171+195+14=380 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45% from 380); Green value is 195 (76.56% from 255 or 51.32% from 380); Blue value is 14 (5.86% from 255 or 3.68% from 380); Max value from RGB is 195 - color contains mainly: green. Hex color #ABC30E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC30E is #543CF1. Grayscale: #A7A7A7. Windows color (decimal): -5520626 or 967595. OLE color: 967595.
HSL color Cylindrical-coordinate representation of color #ABC30E: hue angle of 67.96º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ABC30E is Cyan = 0.12, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 195 | 14 | - |
| CMYK | 0.12 | 0 | 0.93 | 0.24 |
| HSL | 67.96º | 0.87% | 0.41% | - |
| HSV(B) | 67.96º | 0.93% | 0.76% | - |
| XYZ | 36.39 | 47.72 | 7.71 | - |
| YUV | 167.19 | 41.55 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 195 | 14 | 0.12 | 0 | 0.93 | 0.24 | 67.96 | 0.87 | 0.41 |
| Hex | AB | C3 | E | C | 0 | 5D | 18 | 44 | 57 | 29 |
| Octal | 253 | 303 | 16 | 14 | 0 | 135 | 30 | 104 | 127 | 51 |
| Binary | 10101011 | 11000011 | 1110 | 1100 | 0 | 1011101 | 11000 | 1000100 | 1010111 | 101001 |
Color Harmonies of #ABC30E
Complementary color
Monochromatic Colors of #ABC30E
Black with #ABC30E
Text Example
Text Example
White with #ABC30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC30E; }
p { color: rgb(171,195,14); }
H1.HeaderClassName
{
color: #ABC30E;
}
.AnyTagClassName
{
color: #ABC30E;
}
</style>
background-color css
<style>
a { background-color: #ABC30E; }
a { background-color: rgb(171,195,14); }
div.DivClassName
{
background-color: #ABC30E;
}
.BgClassName
{
background-color: #ABC30E;
}
</style>
border-color css
<style>
span { border-color: #ABC30E; }
span { border-color: rgb(171,195,14); }
td.TdClassName
{
border-color: #ABC30E;
}
.TagClassName
{
border-color: #ABC30E;
}
</style>