Shades of Bahia #ABB434
Tints of Bahia #ABB434
RGB
CMYK
RGB Variations
Color information
#ABB434 (or 0xABB434) is known color: Bahia. HEX triplet: AB, B4 and 34. RGB value is (171,180,52). Sum of RGB (Red+Green+Blue) = 171+180+52=403 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.43% from 403); Green value is 180 (70.70% from 255 or 44.67% from 403); Blue value is 52 (20.70% from 255 or 12.90% from 403); Max value from RGB is 180 - color contains mainly: green. Hex color #ABB434 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABB434 is #544BCB. Grayscale: #A3A3A3. Windows color (decimal): -5524428 or 3454123. OLE color: 3454123.
HSL color Cylindrical-coordinate representation of color #ABB434: hue angle of 64.22º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ABB434 is Cyan = 0.05, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 171 | 180 | 52 | - |
| CMYK | 0.05 | 0 | 0.71 | 0.29 |
| HSL | 64.22º | 0.55% | 0.45% | - |
| HSV(B) | 64.22º | 0.71% | 0.71% | - |
| XYZ | 33.74 | 41.55 | 9.49 | - |
| YUV | 162.72 | 65.52 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 180 | 52 | 0.05 | 0 | 0.71 | 0.29 | 64.22 | 0.55 | 0.45 |
| Hex | AB | B4 | 34 | 5 | 0 | 47 | 1D | 40 | 37 | 2D |
| Octal | 253 | 264 | 64 | 5 | 0 | 107 | 35 | 100 | 67 | 55 |
| Binary | 10101011 | 10110100 | 110100 | 101 | 0 | 1000111 | 11101 | 1000000 | 110111 | 101101 |
Color Harmonies of #ABB434
Complementary color
Monochromatic Colors of #ABB434
Black with #ABB434
Text Example
Text Example
White with #ABB434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB434; }
p { color: rgb(171,180,52); }
H1.HeaderClassName
{
color: #ABB434;
}
.AnyTagClassName
{
color: #ABB434;
}
</style>
background-color css
<style>
a { background-color: #ABB434; }
a { background-color: rgb(171,180,52); }
div.DivClassName
{
background-color: #ABB434;
}
.BgClassName
{
background-color: #ABB434;
}
</style>
border-color css
<style>
span { border-color: #ABB434; }
span { border-color: rgb(171,180,52); }
td.TdClassName
{
border-color: #ABB434;
}
.TagClassName
{
border-color: #ABB434;
}
</style>