Shades of Bahia #ABCB1B
Tints of Bahia #ABCB1B
RGB
CMYK
RGB Variations
Color information
#ABCB1B (or 0xABCB1B) is known color: Bahia. HEX triplet: AB, CB and 1B. RGB value is (171,203,27). Sum of RGB (Red+Green+Blue) = 171+203+27=401 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.64% from 401); Green value is 203 (79.69% from 255 or 50.62% from 401); Blue value is 27 (10.94% from 255 or 6.73% from 401); Max value from RGB is 203 - color contains mainly: green. Hex color #ABCB1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCB1B is #5434E4. Grayscale: #AEAEAE. Windows color (decimal): -5518565 or 1821611. OLE color: 1821611.
HSL color Cylindrical-coordinate representation of color #ABCB1B: hue angle of 70.91º 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 #ABCB1B is Cyan = 0.16, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 203 | 27 | - |
| CMYK | 0.16 | 0 | 0.87 | 0.20 |
| HSL | 70.91º | 0.77% | 0.45% | - |
| HSV(B) | 70.91º | 0.87% | 0.8% | - |
| XYZ | 38.35 | 51.45 | 8.95 | - |
| YUV | 173.37 | 45.4 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 203 | 27 | 0.16 | 0 | 0.87 | 0.20 | 70.91 | 0.77 | 0.45 |
| Hex | AB | CB | 1B | 10 | 0 | 57 | 14 | 47 | 4D | 2D |
| Octal | 253 | 313 | 33 | 20 | 0 | 127 | 24 | 107 | 115 | 55 |
| Binary | 10101011 | 11001011 | 11011 | 10000 | 0 | 1010111 | 10100 | 1000111 | 1001101 | 101101 |
Color Harmonies of #ABCB1B
Complementary color
Monochromatic Colors of #ABCB1B
Black with #ABCB1B
Text Example
Text Example
White with #ABCB1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCB1B; }
p { color: rgb(171,203,27); }
H1.HeaderClassName
{
color: #ABCB1B;
}
.AnyTagClassName
{
color: #ABCB1B;
}
</style>
background-color css
<style>
a { background-color: #ABCB1B; }
a { background-color: rgb(171,203,27); }
div.DivClassName
{
background-color: #ABCB1B;
}
.BgClassName
{
background-color: #ABCB1B;
}
</style>
border-color css
<style>
span { border-color: #ABCB1B; }
span { border-color: rgb(171,203,27); }
td.TdClassName
{
border-color: #ABCB1B;
}
.TagClassName
{
border-color: #ABCB1B;
}
</style>