Shades of Bahia #ABCB1F
Tints of Bahia #ABCB1F
RGB
CMYK
RGB Variations
Color information
#ABCB1F (or 0xABCB1F) is known color: Bahia. HEX triplet: AB, CB and 1F. RGB value is (171,203,31). Sum of RGB (Red+Green+Blue) = 171+203+31=405 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.22% from 405); Green value is 203 (79.69% from 255 or 50.12% from 405); Blue value is 31 (12.5% from 255 or 7.65% from 405); Max value from RGB is 203 - color contains mainly: green. Hex color #ABCB1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCB1F is #5434E0. Grayscale: #AEAEAE. Windows color (decimal): -5518561 or 2083755. OLE color: 2083755.
HSL color Cylindrical-coordinate representation of color #ABCB1F: hue angle of 71.16º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ABCB1F is Cyan = 0.16, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 203 | 31 | - |
| CMYK | 0.16 | 0 | 0.85 | 0.20 |
| HSL | 71.16º | 0.74% | 0.46% | - |
| HSV(B) | 71.16º | 0.85% | 0.8% | - |
| XYZ | 38.4 | 51.47 | 9.21 | - |
| YUV | 173.82 | 47.4 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 203 | 31 | 0.16 | 0 | 0.85 | 0.20 | 71.16 | 0.74 | 0.46 |
| Hex | AB | CB | 1F | 10 | 0 | 55 | 14 | 47 | 4A | 2E |
| Octal | 253 | 313 | 37 | 20 | 0 | 125 | 24 | 107 | 112 | 56 |
| Binary | 10101011 | 11001011 | 11111 | 10000 | 0 | 1010101 | 10100 | 1000111 | 1001010 | 101110 |
Color Harmonies of #ABCB1F
Complementary color
Monochromatic Colors of #ABCB1F
Black with #ABCB1F
Text Example
Text Example
White with #ABCB1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCB1F; }
p { color: rgb(171,203,31); }
H1.HeaderClassName
{
color: #ABCB1F;
}
.AnyTagClassName
{
color: #ABCB1F;
}
</style>
background-color css
<style>
a { background-color: #ABCB1F; }
a { background-color: rgb(171,203,31); }
div.DivClassName
{
background-color: #ABCB1F;
}
.BgClassName
{
background-color: #ABCB1F;
}
</style>
border-color css
<style>
span { border-color: #ABCB1F; }
span { border-color: rgb(171,203,31); }
td.TdClassName
{
border-color: #ABCB1F;
}
.TagClassName
{
border-color: #ABCB1F;
}
</style>