Shades of Bahia #ABCB0D
Tints of Bahia #ABCB0D
RGB
CMYK
RGB Variations
Color information
#ABCB0D (or 0xABCB0D) is known color: Bahia. HEX triplet: AB, CB and 0D. RGB value is (171,203,13). Sum of RGB (Red+Green+Blue) = 171+203+13=387 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.19% from 387); Green value is 203 (79.69% from 255 or 52.45% from 387); Blue value is 13 (5.47% from 255 or 3.36% from 387); Max value from RGB is 203 - color contains mainly: green. Hex color #ABCB0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABCB0D is #5434F2. Grayscale: #ACACAC. Windows color (decimal): -5518579 or 904107. OLE color: 904107.
HSL color Cylindrical-coordinate representation of color #ABCB0D: hue angle of 70.11º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ABCB0D is Cyan = 0.16, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 203 | 13 | - |
| CMYK | 0.16 | 0 | 0.94 | 0.20 |
| HSL | 70.11º | 0.88% | 0.42% | - |
| HSV(B) | 70.11º | 0.94% | 0.8% | - |
| XYZ | 38.22 | 51.4 | 8.29 | - |
| YUV | 171.77 | 38.4 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 203 | 13 | 0.16 | 0 | 0.94 | 0.20 | 70.11 | 0.88 | 0.42 |
| Hex | AB | CB | D | 10 | 0 | 5E | 14 | 46 | 58 | 2A |
| Octal | 253 | 313 | 15 | 20 | 0 | 136 | 24 | 106 | 130 | 52 |
| Binary | 10101011 | 11001011 | 1101 | 10000 | 0 | 1011110 | 10100 | 1000110 | 1011000 | 101010 |
Color Harmonies of #ABCB0D
Complementary color
Monochromatic Colors of #ABCB0D
Black with #ABCB0D
Text Example
Text Example
White with #ABCB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCB0D; }
p { color: rgb(171,203,13); }
H1.HeaderClassName
{
color: #ABCB0D;
}
.AnyTagClassName
{
color: #ABCB0D;
}
</style>
background-color css
<style>
a { background-color: #ABCB0D; }
a { background-color: rgb(171,203,13); }
div.DivClassName
{
background-color: #ABCB0D;
}
.BgClassName
{
background-color: #ABCB0D;
}
</style>
border-color css
<style>
span { border-color: #ABCB0D; }
span { border-color: rgb(171,203,13); }
td.TdClassName
{
border-color: #ABCB0D;
}
.TagClassName
{
border-color: #ABCB0D;
}
</style>