Shades of Bahia #ABCB18
Tints of Bahia #ABCB18
RGB
CMYK
RGB Variations
Color information
#ABCB18 (or 0xABCB18) is known color: Bahia. HEX triplet: AB, CB and 18. RGB value is (171,203,24). Sum of RGB (Red+Green+Blue) = 171+203+24=398 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.96% from 398); Green value is 203 (79.69% from 255 or 51.01% from 398); Blue value is 24 (9.77% from 255 or 6.03% from 398); Max value from RGB is 203 - color contains mainly: green. Hex color #ABCB18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABCB18 is #5434E7. Grayscale: #ADADAD. Windows color (decimal): -5518568 or 1625003. OLE color: 1625003.
HSL color Cylindrical-coordinate representation of color #ABCB18: hue angle of 70.73º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ABCB18 is Cyan = 0.16, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 203 | 24 | - |
| CMYK | 0.16 | 0 | 0.88 | 0.20 |
| HSL | 70.73º | 0.79% | 0.45% | - |
| HSV(B) | 70.73º | 0.88% | 0.8% | - |
| XYZ | 38.32 | 51.44 | 8.77 | - |
| YUV | 173.03 | 43.9 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 203 | 24 | 0.16 | 0 | 0.88 | 0.20 | 70.73 | 0.79 | 0.45 |
| Hex | AB | CB | 18 | 10 | 0 | 58 | 14 | 47 | 4F | 2D |
| Octal | 253 | 313 | 30 | 20 | 0 | 130 | 24 | 107 | 117 | 55 |
| Binary | 10101011 | 11001011 | 11000 | 10000 | 0 | 1011000 | 10100 | 1000111 | 1001111 | 101101 |
Color Harmonies of #ABCB18
Complementary color
Monochromatic Colors of #ABCB18
Black with #ABCB18
Text Example
Text Example
White with #ABCB18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCB18; }
p { color: rgb(171,203,24); }
H1.HeaderClassName
{
color: #ABCB18;
}
.AnyTagClassName
{
color: #ABCB18;
}
</style>
background-color css
<style>
a { background-color: #ABCB18; }
a { background-color: rgb(171,203,24); }
div.DivClassName
{
background-color: #ABCB18;
}
.BgClassName
{
background-color: #ABCB18;
}
</style>
border-color css
<style>
span { border-color: #ABCB18; }
span { border-color: rgb(171,203,24); }
td.TdClassName
{
border-color: #ABCB18;
}
.TagClassName
{
border-color: #ABCB18;
}
</style>