Shades of Bahia #ABCB0A
Tints of Bahia #ABCB0A
RGB
CMYK
RGB Variations
Color information
#ABCB0A (or 0xABCB0A) is known color: Bahia. HEX triplet: AB, CB and 0A. RGB value is (171,203,10). Sum of RGB (Red+Green+Blue) = 171+203+10=384 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.53% from 384); Green value is 203 (79.69% from 255 or 52.86% from 384); Blue value is 10 (4.30% from 255 or 2.60% from 384); Max value from RGB is 203 - color contains mainly: green. Hex color #ABCB0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABCB0A is #5434F5. Grayscale: #ACACAC. Windows color (decimal): -5518582 or 707499. OLE color: 707499.
HSL color Cylindrical-coordinate representation of color #ABCB0A: hue angle of 69.95º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ABCB0A is Cyan = 0.16, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 203 | 10 | - |
| CMYK | 0.16 | 0 | 0.95 | 0.20 |
| HSL | 69.95º | 0.91% | 0.42% | - |
| HSV(B) | 69.95º | 0.95% | 0.8% | - |
| XYZ | 38.21 | 51.39 | 8.19 | - |
| YUV | 171.43 | 36.9 | 127.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 203 | 10 | 0.16 | 0 | 0.95 | 0.20 | 69.95 | 0.91 | 0.42 |
| Hex | AB | CB | A | 10 | 0 | 5F | 14 | 46 | 5B | 2A |
| Octal | 253 | 313 | 12 | 20 | 0 | 137 | 24 | 106 | 133 | 52 |
| Binary | 10101011 | 11001011 | 1010 | 10000 | 0 | 1011111 | 10100 | 1000110 | 1011011 | 101010 |
Color Harmonies of #ABCB0A
Complementary color
Monochromatic Colors of #ABCB0A
Black with #ABCB0A
Text Example
Text Example
White with #ABCB0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCB0A; }
p { color: rgb(171,203,10); }
H1.HeaderClassName
{
color: #ABCB0A;
}
.AnyTagClassName
{
color: #ABCB0A;
}
</style>
background-color css
<style>
a { background-color: #ABCB0A; }
a { background-color: rgb(171,203,10); }
div.DivClassName
{
background-color: #ABCB0A;
}
.BgClassName
{
background-color: #ABCB0A;
}
</style>
border-color css
<style>
span { border-color: #ABCB0A; }
span { border-color: rgb(171,203,10); }
td.TdClassName
{
border-color: #ABCB0A;
}
.TagClassName
{
border-color: #ABCB0A;
}
</style>