Shades of Bahia #ABCB0B
Tints of Bahia #ABCB0B
RGB
CMYK
RGB Variations
Color information
#ABCB0B (or 0xABCB0B) is known color: Bahia. HEX triplet: AB, CB and 0B. RGB value is (171,203,11). Sum of RGB (Red+Green+Blue) = 171+203+11=385 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.42% from 385); Green value is 203 (79.69% from 255 or 52.73% from 385); Blue value is 11 (4.69% from 255 or 2.86% from 385); Max value from RGB is 203 - color contains mainly: green. Hex color #ABCB0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABCB0B is #5434F4. Grayscale: #ACACAC. Windows color (decimal): -5518581 or 773035. OLE color: 773035.
HSL color Cylindrical-coordinate representation of color #ABCB0B: hue angle of 70º degrees, saturation: 0.9, 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 #ABCB0B is Cyan = 0.16, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 203 | 11 | - |
| CMYK | 0.16 | 0 | 0.95 | 0.20 |
| HSL | 70º | 0.9% | 0.42% | - |
| HSV(B) | 70º | 0.95% | 0.8% | - |
| XYZ | 38.21 | 51.39 | 8.22 | - |
| YUV | 171.54 | 37.4 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 203 | 11 | 0.16 | 0 | 0.95 | 0.20 | 70 | 0.9 | 0.42 |
| Hex | AB | CB | B | 10 | 0 | 5F | 14 | 46 | 5A | 2A |
| Octal | 253 | 313 | 13 | 20 | 0 | 137 | 24 | 106 | 132 | 52 |
| Binary | 10101011 | 11001011 | 1011 | 10000 | 0 | 1011111 | 10100 | 1000110 | 1011010 | 101010 |
Color Harmonies of #ABCB0B
Complementary color
Monochromatic Colors of #ABCB0B
Black with #ABCB0B
Text Example
Text Example
White with #ABCB0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCB0B; }
p { color: rgb(171,203,11); }
H1.HeaderClassName
{
color: #ABCB0B;
}
.AnyTagClassName
{
color: #ABCB0B;
}
</style>
background-color css
<style>
a { background-color: #ABCB0B; }
a { background-color: rgb(171,203,11); }
div.DivClassName
{
background-color: #ABCB0B;
}
.BgClassName
{
background-color: #ABCB0B;
}
</style>
border-color css
<style>
span { border-color: #ABCB0B; }
span { border-color: rgb(171,203,11); }
td.TdClassName
{
border-color: #ABCB0B;
}
.TagClassName
{
border-color: #ABCB0B;
}
</style>