Shades of Bahia #ABC92A
Tints of Bahia #ABC92A
RGB
CMYK
RGB Variations
Color information
#ABC92A (or 0xABC92A) is known color: Bahia. HEX triplet: AB, C9 and 2A. RGB value is (171,201,42). Sum of RGB (Red+Green+Blue) = 171+201+42=414 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.30% from 414); Green value is 201 (78.91% from 255 or 48.55% from 414); Blue value is 42 (16.80% from 255 or 10.14% from 414); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC92A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC92A is #5436D5. Grayscale: #AEAEAE. Windows color (decimal): -5519062 or 2804139. OLE color: 2804139.
HSL color Cylindrical-coordinate representation of color #ABC92A: hue angle of 71.32º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ABC92A is Cyan = 0.15, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 201 | 42 | - |
| CMYK | 0.15 | 0 | 0.79 | 0.21 |
| HSL | 71.32º | 0.65% | 0.48% | - |
| HSV(B) | 71.32º | 0.79% | 0.79% | - |
| XYZ | 38.1 | 50.6 | 9.95 | - |
| YUV | 173.9 | 53.56 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 201 | 42 | 0.15 | 0 | 0.79 | 0.21 | 71.32 | 0.65 | 0.48 |
| Hex | AB | C9 | 2A | F | 0 | 4F | 15 | 47 | 41 | 30 |
| Octal | 253 | 311 | 52 | 17 | 0 | 117 | 25 | 107 | 101 | 60 |
| Binary | 10101011 | 11001001 | 101010 | 1111 | 0 | 1001111 | 10101 | 1000111 | 1000001 | 110000 |
Color Harmonies of #ABC92A
Complementary color
Monochromatic Colors of #ABC92A
Black with #ABC92A
Text Example
Text Example
White with #ABC92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC92A; }
p { color: rgb(171,201,42); }
H1.HeaderClassName
{
color: #ABC92A;
}
.AnyTagClassName
{
color: #ABC92A;
}
</style>
background-color css
<style>
a { background-color: #ABC92A; }
a { background-color: rgb(171,201,42); }
div.DivClassName
{
background-color: #ABC92A;
}
.BgClassName
{
background-color: #ABC92A;
}
</style>
border-color css
<style>
span { border-color: #ABC92A; }
span { border-color: rgb(171,201,42); }
td.TdClassName
{
border-color: #ABC92A;
}
.TagClassName
{
border-color: #ABC92A;
}
</style>