Shades of Bahia #ABC30C
Tints of Bahia #ABC30C
RGB
CMYK
RGB Variations
Color information
#ABC30C (or 0xABC30C) is known color: Bahia. HEX triplet: AB, C3 and 0C. RGB value is (171,195,12). Sum of RGB (Red+Green+Blue) = 171+195+12=378 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.24% from 378); Green value is 195 (76.56% from 255 or 51.59% from 378); Blue value is 12 (5.08% from 255 or 3.17% from 378); Max value from RGB is 195 - color contains mainly: green. Hex color #ABC30C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC30C is #543CF3. Grayscale: #A7A7A7. Windows color (decimal): -5520628 or 836523. OLE color: 836523.
HSL color Cylindrical-coordinate representation of color #ABC30C: hue angle of 67.87º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ABC30C is Cyan = 0.12, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 195 | 12 | - |
| CMYK | 0.12 | 0 | 0.94 | 0.24 |
| HSL | 67.87º | 0.88% | 0.41% | - |
| HSV(B) | 67.87º | 0.94% | 0.76% | - |
| XYZ | 36.38 | 47.71 | 7.64 | - |
| YUV | 166.96 | 40.55 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 195 | 12 | 0.12 | 0 | 0.94 | 0.24 | 67.87 | 0.88 | 0.41 |
| Hex | AB | C3 | C | C | 0 | 5E | 18 | 44 | 58 | 29 |
| Octal | 253 | 303 | 14 | 14 | 0 | 136 | 30 | 104 | 130 | 51 |
| Binary | 10101011 | 11000011 | 1100 | 1100 | 0 | 1011110 | 11000 | 1000100 | 1011000 | 101001 |
Color Harmonies of #ABC30C
Complementary color
Monochromatic Colors of #ABC30C
Black with #ABC30C
Text Example
Text Example
White with #ABC30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC30C; }
p { color: rgb(171,195,12); }
H1.HeaderClassName
{
color: #ABC30C;
}
.AnyTagClassName
{
color: #ABC30C;
}
</style>
background-color css
<style>
a { background-color: #ABC30C; }
a { background-color: rgb(171,195,12); }
div.DivClassName
{
background-color: #ABC30C;
}
.BgClassName
{
background-color: #ABC30C;
}
</style>
border-color css
<style>
span { border-color: #ABC30C; }
span { border-color: rgb(171,195,12); }
td.TdClassName
{
border-color: #ABC30C;
}
.TagClassName
{
border-color: #ABC30C;
}
</style>