Shades of Bahia #ABCB1A
Tints of Bahia #ABCB1A
RGB
CMYK
RGB Variations
Color information
#ABCB1A (or 0xABCB1A) is known color: Bahia. HEX triplet: AB, CB and 1A. RGB value is (171,203,26). Sum of RGB (Red+Green+Blue) = 171+203+26=400 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.75% from 400); Green value is 203 (79.69% from 255 or 50.75% from 400); Blue value is 26 (10.55% from 255 or 6.5% from 400); Max value from RGB is 203 - color contains mainly: green. Hex color #ABCB1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCB1A is #5434E5. Grayscale: #ADADAD. Windows color (decimal): -5518566 or 1756075. OLE color: 1756075.
HSL color Cylindrical-coordinate representation of color #ABCB1A: hue angle of 70.85º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ABCB1A is Cyan = 0.16, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 203 | 26 | - |
| CMYK | 0.16 | 0 | 0.87 | 0.20 |
| HSL | 70.85º | 0.77% | 0.45% | - |
| HSV(B) | 70.85º | 0.87% | 0.8% | - |
| XYZ | 38.34 | 51.44 | 8.89 | - |
| YUV | 173.25 | 44.9 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 203 | 26 | 0.16 | 0 | 0.87 | 0.20 | 70.85 | 0.77 | 0.45 |
| Hex | AB | CB | 1A | 10 | 0 | 57 | 14 | 47 | 4D | 2D |
| Octal | 253 | 313 | 32 | 20 | 0 | 127 | 24 | 107 | 115 | 55 |
| Binary | 10101011 | 11001011 | 11010 | 10000 | 0 | 1010111 | 10100 | 1000111 | 1001101 | 101101 |
Color Harmonies of #ABCB1A
Complementary color
Monochromatic Colors of #ABCB1A
Black with #ABCB1A
Text Example
Text Example
White with #ABCB1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCB1A; }
p { color: rgb(171,203,26); }
H1.HeaderClassName
{
color: #ABCB1A;
}
.AnyTagClassName
{
color: #ABCB1A;
}
</style>
background-color css
<style>
a { background-color: #ABCB1A; }
a { background-color: rgb(171,203,26); }
div.DivClassName
{
background-color: #ABCB1A;
}
.BgClassName
{
background-color: #ABCB1A;
}
</style>
border-color css
<style>
span { border-color: #ABCB1A; }
span { border-color: rgb(171,203,26); }
td.TdClassName
{
border-color: #ABCB1A;
}
.TagClassName
{
border-color: #ABCB1A;
}
</style>