Shades of Bahia #ABBC28
Tints of Bahia #ABBC28
RGB
CMYK
RGB Variations
Color information
#ABBC28 (or 0xABBC28) is known color: Bahia. HEX triplet: AB, BC and 28. RGB value is (171,188,40). Sum of RGB (Red+Green+Blue) = 171+188+40=399 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.86% from 399); Green value is 188 (73.83% from 255 or 47.12% from 399); Blue value is 40 (16.02% from 255 or 10.03% from 399); Max value from RGB is 188 - color contains mainly: green. Hex color #ABBC28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBC28 is #5443D7. Grayscale: #A6A6A6. Windows color (decimal): -5522392 or 2669739. OLE color: 2669739.
HSL color Cylindrical-coordinate representation of color #ABBC28: hue angle of 66.89º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ABBC28 is Cyan = 0.09, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 188 | 40 | - |
| CMYK | 0.09 | 0 | 0.79 | 0.26 |
| HSL | 66.89º | 0.65% | 0.45% | - |
| HSV(B) | 66.89º | 0.79% | 0.74% | - |
| XYZ | 35.16 | 44.78 | 8.8 | - |
| YUV | 166.05 | 56.87 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 188 | 40 | 0.09 | 0 | 0.79 | 0.26 | 66.89 | 0.65 | 0.45 |
| Hex | AB | BC | 28 | 9 | 0 | 4F | 1A | 43 | 41 | 2D |
| Octal | 253 | 274 | 50 | 11 | 0 | 117 | 32 | 103 | 101 | 55 |
| Binary | 10101011 | 10111100 | 101000 | 1001 | 0 | 1001111 | 11010 | 1000011 | 1000001 | 101101 |
Color Harmonies of #ABBC28
Complementary color
Monochromatic Colors of #ABBC28
Black with #ABBC28
Text Example
Text Example
White with #ABBC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBC28; }
p { color: rgb(171,188,40); }
H1.HeaderClassName
{
color: #ABBC28;
}
.AnyTagClassName
{
color: #ABBC28;
}
</style>
background-color css
<style>
a { background-color: #ABBC28; }
a { background-color: rgb(171,188,40); }
div.DivClassName
{
background-color: #ABBC28;
}
.BgClassName
{
background-color: #ABBC28;
}
</style>
border-color css
<style>
span { border-color: #ABBC28; }
span { border-color: rgb(171,188,40); }
td.TdClassName
{
border-color: #ABBC28;
}
.TagClassName
{
border-color: #ABBC28;
}
</style>