Shades of Bahia #ABC30D
Tints of Bahia #ABC30D
RGB
CMYK
RGB Variations
Color information
#ABC30D (or 0xABC30D) is known color: Bahia. HEX triplet: AB, C3 and 0D. RGB value is (171,195,13). Sum of RGB (Red+Green+Blue) = 171+195+13=379 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.12% from 379); Green value is 195 (76.56% from 255 or 51.45% from 379); Blue value is 13 (5.47% from 255 or 3.43% from 379); Max value from RGB is 195 - color contains mainly: green. Hex color #ABC30D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC30D is #543CF2. Grayscale: #A7A7A7. Windows color (decimal): -5520627 or 902059. OLE color: 902059.
HSL color Cylindrical-coordinate representation of color #ABC30D: hue angle of 67.91º degrees, saturation: 0.88, 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 #ABC30D is Cyan = 0.12, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 195 | 13 | - |
| CMYK | 0.12 | 0 | 0.93 | 0.24 |
| HSL | 67.91º | 0.88% | 0.41% | - |
| HSV(B) | 67.91º | 0.93% | 0.76% | - |
| XYZ | 36.38 | 47.72 | 7.67 | - |
| YUV | 167.08 | 41.05 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 195 | 13 | 0.12 | 0 | 0.93 | 0.24 | 67.91 | 0.88 | 0.41 |
| Hex | AB | C3 | D | C | 0 | 5D | 18 | 44 | 58 | 29 |
| Octal | 253 | 303 | 15 | 14 | 0 | 135 | 30 | 104 | 130 | 51 |
| Binary | 10101011 | 11000011 | 1101 | 1100 | 0 | 1011101 | 11000 | 1000100 | 1011000 | 101001 |
Color Harmonies of #ABC30D
Complementary color
Monochromatic Colors of #ABC30D
Black with #ABC30D
Text Example
Text Example
White with #ABC30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC30D; }
p { color: rgb(171,195,13); }
H1.HeaderClassName
{
color: #ABC30D;
}
.AnyTagClassName
{
color: #ABC30D;
}
</style>
background-color css
<style>
a { background-color: #ABC30D; }
a { background-color: rgb(171,195,13); }
div.DivClassName
{
background-color: #ABC30D;
}
.BgClassName
{
background-color: #ABC30D;
}
</style>
border-color css
<style>
span { border-color: #ABC30D; }
span { border-color: rgb(171,195,13); }
td.TdClassName
{
border-color: #ABC30D;
}
.TagClassName
{
border-color: #ABC30D;
}
</style>