Shades of Bahia #ABC81D
Tints of Bahia #ABC81D
RGB
CMYK
RGB Variations
Color information
#ABC81D (or 0xABC81D) is known color: Bahia. HEX triplet: AB, C8 and 1D. RGB value is (171,200,29). Sum of RGB (Red+Green+Blue) = 171+200+29=400 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.75% from 400); Green value is 200 (78.52% from 255 or 50% from 400); Blue value is 29 (11.72% from 255 or 7.25% from 400); Max value from RGB is 200 - color contains mainly: green. Hex color #ABC81D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC81D is #5437E2. Grayscale: #ACACAC. Windows color (decimal): -5519331 or 1951915. OLE color: 1951915.
HSL color Cylindrical-coordinate representation of color #ABC81D: hue angle of 70.18º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ABC81D is Cyan = 0.14, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 200 | 29 | - |
| CMYK | 0.14 | 0 | 0.86 | 0.22 |
| HSL | 70.18º | 0.75% | 0.45% | - |
| HSV(B) | 70.18º | 0.86% | 0.78% | - |
| XYZ | 37.67 | 50.06 | 8.84 | - |
| YUV | 171.84 | 47.39 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 200 | 29 | 0.14 | 0 | 0.86 | 0.22 | 70.18 | 0.75 | 0.45 |
| Hex | AB | C8 | 1D | E | 0 | 56 | 16 | 46 | 4B | 2D |
| Octal | 253 | 310 | 35 | 16 | 0 | 126 | 26 | 106 | 113 | 55 |
| Binary | 10101011 | 11001000 | 11101 | 1110 | 0 | 1010110 | 10110 | 1000110 | 1001011 | 101101 |
Color Harmonies of #ABC81D
Complementary color
Monochromatic Colors of #ABC81D
Black with #ABC81D
Text Example
Text Example
White with #ABC81D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC81D; }
p { color: rgb(171,200,29); }
H1.HeaderClassName
{
color: #ABC81D;
}
.AnyTagClassName
{
color: #ABC81D;
}
</style>
background-color css
<style>
a { background-color: #ABC81D; }
a { background-color: rgb(171,200,29); }
div.DivClassName
{
background-color: #ABC81D;
}
.BgClassName
{
background-color: #ABC81D;
}
</style>
border-color css
<style>
span { border-color: #ABC81D; }
span { border-color: rgb(171,200,29); }
td.TdClassName
{
border-color: #ABC81D;
}
.TagClassName
{
border-color: #ABC81D;
}
</style>