Shades of Bahia #ABB430
Tints of Bahia #ABB430
RGB
CMYK
RGB Variations
Color information
#ABB430 (or 0xABB430) is known color: Bahia. HEX triplet: AB, B4 and 30. RGB value is (171,180,48). Sum of RGB (Red+Green+Blue) = 171+180+48=399 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.86% from 399); Green value is 180 (70.70% from 255 or 45.11% from 399); Blue value is 48 (19.14% from 255 or 12.03% from 399); Max value from RGB is 180 - color contains mainly: green. Hex color #ABB430 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABB430 is #544BCF. Grayscale: #A2A2A2. Windows color (decimal): -5524432 or 3191979. OLE color: 3191979.
HSL color Cylindrical-coordinate representation of color #ABB430: hue angle of 64.09º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ABB430 is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 171 | 180 | 48 | - |
| CMYK | 0.05 | 0 | 0.73 | 0.29 |
| HSL | 64.09º | 0.58% | 0.45% | - |
| HSV(B) | 64.09º | 0.73% | 0.71% | - |
| XYZ | 33.65 | 41.51 | 9.04 | - |
| YUV | 162.26 | 63.52 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 180 | 48 | 0.05 | 0 | 0.73 | 0.29 | 64.09 | 0.58 | 0.45 |
| Hex | AB | B4 | 30 | 5 | 0 | 49 | 1D | 40 | 3A | 2D |
| Octal | 253 | 264 | 60 | 5 | 0 | 111 | 35 | 100 | 72 | 55 |
| Binary | 10101011 | 10110100 | 110000 | 101 | 0 | 1001001 | 11101 | 1000000 | 111010 | 101101 |
Color Harmonies of #ABB430
Complementary color
Monochromatic Colors of #ABB430
Black with #ABB430
Text Example
Text Example
White with #ABB430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB430; }
p { color: rgb(171,180,48); }
H1.HeaderClassName
{
color: #ABB430;
}
.AnyTagClassName
{
color: #ABB430;
}
</style>
background-color css
<style>
a { background-color: #ABB430; }
a { background-color: rgb(171,180,48); }
div.DivClassName
{
background-color: #ABB430;
}
.BgClassName
{
background-color: #ABB430;
}
</style>
border-color css
<style>
span { border-color: #ABB430; }
span { border-color: rgb(171,180,48); }
td.TdClassName
{
border-color: #ABB430;
}
.TagClassName
{
border-color: #ABB430;
}
</style>