Shades of Bahia #ABCB14
Tints of Bahia #ABCB14
RGB
CMYK
RGB Variations
Color information
#ABCB14 (or 0xABCB14) is known color: Bahia. HEX triplet: AB, CB and 14. RGB value is (171,203,20). Sum of RGB (Red+Green+Blue) = 171+203+20=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 203 (79.69% from 255 or 51.52% from 394); Blue value is 20 (8.20% from 255 or 5.08% from 394); Max value from RGB is 203 - color contains mainly: green. Hex color #ABCB14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABCB14 is #5434EB. Grayscale: #ADADAD. Windows color (decimal): -5518572 or 1362859. OLE color: 1362859.
HSL color Cylindrical-coordinate representation of color #ABCB14: hue angle of 70.49º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ABCB14 is Cyan = 0.16, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 203 | 20 | - |
| CMYK | 0.16 | 0 | 0.90 | 0.20 |
| HSL | 70.49º | 0.82% | 0.44% | - |
| HSV(B) | 70.49º | 0.9% | 0.8% | - |
| XYZ | 38.28 | 51.42 | 8.57 | - |
| YUV | 172.57 | 41.9 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 203 | 20 | 0.16 | 0 | 0.90 | 0.20 | 70.49 | 0.82 | 0.44 |
| Hex | AB | CB | 14 | 10 | 0 | 5A | 14 | 46 | 52 | 2C |
| Octal | 253 | 313 | 24 | 20 | 0 | 132 | 24 | 106 | 122 | 54 |
| Binary | 10101011 | 11001011 | 10100 | 10000 | 0 | 1011010 | 10100 | 1000110 | 1010010 | 101100 |
Color Harmonies of #ABCB14
Complementary color
Monochromatic Colors of #ABCB14
Black with #ABCB14
Text Example
Text Example
White with #ABCB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCB14; }
p { color: rgb(171,203,20); }
H1.HeaderClassName
{
color: #ABCB14;
}
.AnyTagClassName
{
color: #ABCB14;
}
</style>
background-color css
<style>
a { background-color: #ABCB14; }
a { background-color: rgb(171,203,20); }
div.DivClassName
{
background-color: #ABCB14;
}
.BgClassName
{
background-color: #ABCB14;
}
</style>
border-color css
<style>
span { border-color: #ABCB14; }
span { border-color: rgb(171,203,20); }
td.TdClassName
{
border-color: #ABCB14;
}
.TagClassName
{
border-color: #ABCB14;
}
</style>