Shades of Bahia #ABB226
Tints of Bahia #ABB226
RGB
CMYK
RGB Variations
Color information
#ABB226 (or 0xABB226) is known color: Bahia. HEX triplet: AB, B2 and 26. RGB value is (171,178,38). Sum of RGB (Red+Green+Blue) = 171+178+38=387 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.19% from 387); Green value is 178 (69.92% from 255 or 45.99% from 387); Blue value is 38 (15.23% from 255 or 9.82% from 387); Max value from RGB is 178 - color contains mainly: green. Hex color #ABB226 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABB226 is #544DD9. Grayscale: #A0A0A0. Windows color (decimal): -5524954 or 2536107. OLE color: 2536107.
HSL color Cylindrical-coordinate representation of color #ABB226: hue angle of 63º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ABB226 is Cyan = 0.04, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 171 | 178 | 38 | - |
| CMYK | 0.04 | 0 | 0.79 | 0.30 |
| HSL | 63º | 0.65% | 0.42% | - |
| HSV(B) | 63º | 0.79% | 0.7% | - |
| XYZ | 33.06 | 40.64 | 7.94 | - |
| YUV | 159.95 | 59.18 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 178 | 38 | 0.04 | 0 | 0.79 | 0.30 | 63 | 0.65 | 0.42 |
| Hex | AB | B2 | 26 | 4 | 0 | 4F | 1E | 3F | 41 | 2A |
| Octal | 253 | 262 | 46 | 4 | 0 | 117 | 36 | 77 | 101 | 52 |
| Binary | 10101011 | 10110010 | 100110 | 100 | 0 | 1001111 | 11110 | 111111 | 1000001 | 101010 |
Color Harmonies of #ABB226
Complementary color
Monochromatic Colors of #ABB226
Black with #ABB226
Text Example
Text Example
White with #ABB226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB226; }
p { color: rgb(171,178,38); }
H1.HeaderClassName
{
color: #ABB226;
}
.AnyTagClassName
{
color: #ABB226;
}
</style>
background-color css
<style>
a { background-color: #ABB226; }
a { background-color: rgb(171,178,38); }
div.DivClassName
{
background-color: #ABB226;
}
.BgClassName
{
background-color: #ABB226;
}
</style>
border-color css
<style>
span { border-color: #ABB226; }
span { border-color: rgb(171,178,38); }
td.TdClassName
{
border-color: #ABB226;
}
.TagClassName
{
border-color: #ABB226;
}
</style>