Shades of Bahia #ABBE31
Tints of Bahia #ABBE31
RGB
CMYK
RGB Variations
Color information
#ABBE31 (or 0xABBE31) is known color: Bahia. HEX triplet: AB, BE and 31. RGB value is (171,190,49). Sum of RGB (Red+Green+Blue) = 171+190+49=410 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.71% from 410); Green value is 190 (74.61% from 255 or 46.34% from 410); Blue value is 49 (19.53% from 255 or 11.95% from 410); Max value from RGB is 190 - color contains mainly: green. Hex color #ABBE31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBE31 is #5441CE. Grayscale: #A8A8A8. Windows color (decimal): -5521871 or 3260075. OLE color: 3260075.
HSL color Cylindrical-coordinate representation of color #ABBE31: hue angle of 68.09º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ABBE31 is Cyan = 0.10, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 190 | 49 | - |
| CMYK | 0.10 | 0 | 0.74 | 0.25 |
| HSL | 68.09º | 0.59% | 0.47% | - |
| HSV(B) | 68.09º | 0.74% | 0.75% | - |
| XYZ | 35.76 | 45.71 | 9.84 | - |
| YUV | 168.25 | 60.71 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 190 | 49 | 0.10 | 0 | 0.74 | 0.25 | 68.09 | 0.59 | 0.47 |
| Hex | AB | BE | 31 | A | 0 | 4A | 19 | 44 | 3B | 2F |
| Octal | 253 | 276 | 61 | 12 | 0 | 112 | 31 | 104 | 73 | 57 |
| Binary | 10101011 | 10111110 | 110001 | 1010 | 0 | 1001010 | 11001 | 1000100 | 111011 | 101111 |
Color Harmonies of #ABBE31
Complementary color
Monochromatic Colors of #ABBE31
Black with #ABBE31
Text Example
Text Example
White with #ABBE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBE31; }
p { color: rgb(171,190,49); }
H1.HeaderClassName
{
color: #ABBE31;
}
.AnyTagClassName
{
color: #ABBE31;
}
</style>
background-color css
<style>
a { background-color: #ABBE31; }
a { background-color: rgb(171,190,49); }
div.DivClassName
{
background-color: #ABBE31;
}
.BgClassName
{
background-color: #ABBE31;
}
</style>
border-color css
<style>
span { border-color: #ABBE31; }
span { border-color: rgb(171,190,49); }
td.TdClassName
{
border-color: #ABBE31;
}
.TagClassName
{
border-color: #ABBE31;
}
</style>