Shades of Bahia #ABBD10
Tints of Bahia #ABBD10
RGB
CMYK
RGB Variations
Color information
#ABBD10 (or 0xABBD10) is known color: Bahia. HEX triplet: AB, BD and 10. RGB value is (171,189,16). Sum of RGB (Red+Green+Blue) = 171+189+16=376 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.48% from 376); Green value is 189 (74.22% from 255 or 50.27% from 376); Blue value is 16 (6.64% from 255 or 4.26% from 376); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBD10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABBD10 is #5442EF. Grayscale: #A4A4A4. Windows color (decimal): -5522160 or 1097131. OLE color: 1097131.
HSL color Cylindrical-coordinate representation of color #ABBD10: hue angle of 66.24º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ABBD10 is Cyan = 0.10, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 189 | 16 | - |
| CMYK | 0.10 | 0 | 0.92 | 0.26 |
| HSL | 66.24º | 0.84% | 0.4% | - |
| HSV(B) | 66.24º | 0.92% | 0.74% | - |
| XYZ | 35.09 | 45.09 | 7.34 | - |
| YUV | 163.9 | 44.54 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 189 | 16 | 0.10 | 0 | 0.92 | 0.26 | 66.24 | 0.84 | 0.4 |
| Hex | AB | BD | 10 | A | 0 | 5C | 1A | 42 | 54 | 28 |
| Octal | 253 | 275 | 20 | 12 | 0 | 134 | 32 | 102 | 124 | 50 |
| Binary | 10101011 | 10111101 | 10000 | 1010 | 0 | 1011100 | 11010 | 1000010 | 1010100 | 101000 |
Color Harmonies of #ABBD10
Complementary color
Monochromatic Colors of #ABBD10
Black with #ABBD10
Text Example
Text Example
White with #ABBD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBD10; }
p { color: rgb(171,189,16); }
H1.HeaderClassName
{
color: #ABBD10;
}
.AnyTagClassName
{
color: #ABBD10;
}
</style>
background-color css
<style>
a { background-color: #ABBD10; }
a { background-color: rgb(171,189,16); }
div.DivClassName
{
background-color: #ABBD10;
}
.BgClassName
{
background-color: #ABBD10;
}
</style>
border-color css
<style>
span { border-color: #ABBD10; }
span { border-color: rgb(171,189,16); }
td.TdClassName
{
border-color: #ABBD10;
}
.TagClassName
{
border-color: #ABBD10;
}
</style>