Shades of Bahia #ABB723
Tints of Bahia #ABB723
RGB
CMYK
RGB Variations
Color information
#ABB723 (or 0xABB723) is known color: Bahia. HEX triplet: AB, B7 and 23. RGB value is (171,183,35). Sum of RGB (Red+Green+Blue) = 171+183+35=389 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.96% from 389); Green value is 183 (71.88% from 255 or 47.04% from 389); Blue value is 35 (14.06% from 255 or 9.00% from 389); Max value from RGB is 183 - color contains mainly: green. Hex color #ABB723 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABB723 is #5448DC. Grayscale: #A3A3A3. Windows color (decimal): -5523677 or 2340779. OLE color: 2340779.
HSL color Cylindrical-coordinate representation of color #ABB723: hue angle of 64.86º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ABB723 is Cyan = 0.07, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 171 | 183 | 35 | - |
| CMYK | 0.07 | 0 | 0.81 | 0.28 |
| HSL | 64.86º | 0.68% | 0.43% | - |
| HSV(B) | 64.86º | 0.81% | 0.72% | - |
| XYZ | 34.03 | 42.65 | 8.03 | - |
| YUV | 162.54 | 56.02 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 183 | 35 | 0.07 | 0 | 0.81 | 0.28 | 64.86 | 0.68 | 0.43 |
| Hex | AB | B7 | 23 | 7 | 0 | 51 | 1C | 41 | 44 | 2B |
| Octal | 253 | 267 | 43 | 7 | 0 | 121 | 34 | 101 | 104 | 53 |
| Binary | 10101011 | 10110111 | 100011 | 111 | 0 | 1010001 | 11100 | 1000001 | 1000100 | 101011 |
Color Harmonies of #ABB723
Complementary color
Monochromatic Colors of #ABB723
Black with #ABB723
Text Example
Text Example
White with #ABB723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB723; }
p { color: rgb(171,183,35); }
H1.HeaderClassName
{
color: #ABB723;
}
.AnyTagClassName
{
color: #ABB723;
}
</style>
background-color css
<style>
a { background-color: #ABB723; }
a { background-color: rgb(171,183,35); }
div.DivClassName
{
background-color: #ABB723;
}
.BgClassName
{
background-color: #ABB723;
}
</style>
border-color css
<style>
span { border-color: #ABB723; }
span { border-color: rgb(171,183,35); }
td.TdClassName
{
border-color: #ABB723;
}
.TagClassName
{
border-color: #ABB723;
}
</style>