Shades of Bahia #ABC31D
Tints of Bahia #ABC31D
RGB
CMYK
RGB Variations
Color information
#ABC31D (or 0xABC31D) is known color: Bahia. HEX triplet: AB, C3 and 1D. RGB value is (171,195,29). Sum of RGB (Red+Green+Blue) = 171+195+29=395 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.29% from 395); Green value is 195 (76.56% from 255 or 49.37% from 395); Blue value is 29 (11.72% from 255 or 7.34% from 395); Max value from RGB is 195 - color contains mainly: green. Hex color #ABC31D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC31D is #543CE2. Grayscale: #A9A9A9. Windows color (decimal): -5520611 or 1950635. OLE color: 1950635.
HSL color Cylindrical-coordinate representation of color #ABC31D: hue angle of 68.67º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ABC31D is Cyan = 0.12, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 195 | 29 | - |
| CMYK | 0.12 | 0 | 0.85 | 0.24 |
| HSL | 68.67º | 0.74% | 0.44% | - |
| HSV(B) | 68.67º | 0.85% | 0.76% | - |
| XYZ | 36.53 | 47.78 | 8.46 | - |
| YUV | 168.9 | 49.05 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 195 | 29 | 0.12 | 0 | 0.85 | 0.24 | 68.67 | 0.74 | 0.44 |
| Hex | AB | C3 | 1D | C | 0 | 55 | 18 | 45 | 4A | 2C |
| Octal | 253 | 303 | 35 | 14 | 0 | 125 | 30 | 105 | 112 | 54 |
| Binary | 10101011 | 11000011 | 11101 | 1100 | 0 | 1010101 | 11000 | 1000101 | 1001010 | 101100 |
Color Harmonies of #ABC31D
Complementary color
Monochromatic Colors of #ABC31D
Black with #ABC31D
Text Example
Text Example
White with #ABC31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC31D; }
p { color: rgb(171,195,29); }
H1.HeaderClassName
{
color: #ABC31D;
}
.AnyTagClassName
{
color: #ABC31D;
}
</style>
background-color css
<style>
a { background-color: #ABC31D; }
a { background-color: rgb(171,195,29); }
div.DivClassName
{
background-color: #ABC31D;
}
.BgClassName
{
background-color: #ABC31D;
}
</style>
border-color css
<style>
span { border-color: #ABC31D; }
span { border-color: rgb(171,195,29); }
td.TdClassName
{
border-color: #ABC31D;
}
.TagClassName
{
border-color: #ABC31D;
}
</style>