Shades of Bahia #ABBD28
Tints of Bahia #ABBD28
RGB
CMYK
RGB Variations
Color information
#ABBD28 (or 0xABBD28) is known color: Bahia. HEX triplet: AB, BD and 28. RGB value is (171,189,40). Sum of RGB (Red+Green+Blue) = 171+189+40=400 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.75% from 400); Green value is 189 (74.22% from 255 or 47.25% from 400); Blue value is 40 (16.02% from 255 or 10% from 400); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBD28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBD28 is #5442D7. Grayscale: #A7A7A7. Windows color (decimal): -5522136 or 2669995. OLE color: 2669995.
HSL color Cylindrical-coordinate representation of color #ABBD28: hue angle of 67.25º 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 #ABBD28 is Cyan = 0.10, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 189 | 40 | - |
| CMYK | 0.10 | 0 | 0.79 | 0.26 |
| HSL | 67.25º | 0.65% | 0.45% | - |
| HSV(B) | 67.25º | 0.79% | 0.74% | - |
| XYZ | 35.38 | 45.21 | 8.87 | - |
| YUV | 166.63 | 56.54 | 131.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 189 | 40 | 0.10 | 0 | 0.79 | 0.26 | 67.25 | 0.65 | 0.45 |
| Hex | AB | BD | 28 | A | 0 | 4F | 1A | 43 | 41 | 2D |
| Octal | 253 | 275 | 50 | 12 | 0 | 117 | 32 | 103 | 101 | 55 |
| Binary | 10101011 | 10111101 | 101000 | 1010 | 0 | 1001111 | 11010 | 1000011 | 1000001 | 101101 |
Color Harmonies of #ABBD28
Complementary color
Monochromatic Colors of #ABBD28
Black with #ABBD28
Text Example
Text Example
White with #ABBD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBD28; }
p { color: rgb(171,189,40); }
H1.HeaderClassName
{
color: #ABBD28;
}
.AnyTagClassName
{
color: #ABBD28;
}
</style>
background-color css
<style>
a { background-color: #ABBD28; }
a { background-color: rgb(171,189,40); }
div.DivClassName
{
background-color: #ABBD28;
}
.BgClassName
{
background-color: #ABBD28;
}
</style>
border-color css
<style>
span { border-color: #ABBD28; }
span { border-color: rgb(171,189,40); }
td.TdClassName
{
border-color: #ABBD28;
}
.TagClassName
{
border-color: #ABBD28;
}
</style>