Shades of Bahia #ABC01D
Tints of Bahia #ABC01D
RGB
CMYK
RGB Variations
Color information
#ABC01D (or 0xABC01D) is known color: Bahia. HEX triplet: AB, C0 and 1D. RGB value is (171,192,29). Sum of RGB (Red+Green+Blue) = 171+192+29=392 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.62% from 392); Green value is 192 (75.39% from 255 or 48.98% from 392); Blue value is 29 (11.72% from 255 or 7.40% from 392); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC01D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC01D is #543FE2. Grayscale: #A7A7A7. Windows color (decimal): -5521379 or 1949867. OLE color: 1949867.
HSL color Cylindrical-coordinate representation of color #ABC01D: hue angle of 67.73º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ABC01D is Cyan = 0.11, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 192 | 29 | - |
| CMYK | 0.11 | 0 | 0.85 | 0.25 |
| HSL | 67.73º | 0.74% | 0.43% | - |
| HSV(B) | 67.73º | 0.85% | 0.75% | - |
| XYZ | 35.87 | 46.45 | 8.24 | - |
| YUV | 167.14 | 50.04 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 192 | 29 | 0.11 | 0 | 0.85 | 0.25 | 67.73 | 0.74 | 0.43 |
| Hex | AB | C0 | 1D | B | 0 | 55 | 19 | 44 | 4A | 2B |
| Octal | 253 | 300 | 35 | 13 | 0 | 125 | 31 | 104 | 112 | 53 |
| Binary | 10101011 | 11000000 | 11101 | 1011 | 0 | 1010101 | 11001 | 1000100 | 1001010 | 101011 |
Color Harmonies of #ABC01D
Complementary color
Monochromatic Colors of #ABC01D
Black with #ABC01D
Text Example
Text Example
White with #ABC01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC01D; }
p { color: rgb(171,192,29); }
H1.HeaderClassName
{
color: #ABC01D;
}
.AnyTagClassName
{
color: #ABC01D;
}
</style>
background-color css
<style>
a { background-color: #ABC01D; }
a { background-color: rgb(171,192,29); }
div.DivClassName
{
background-color: #ABC01D;
}
.BgClassName
{
background-color: #ABC01D;
}
</style>
border-color css
<style>
span { border-color: #ABC01D; }
span { border-color: rgb(171,192,29); }
td.TdClassName
{
border-color: #ABC01D;
}
.TagClassName
{
border-color: #ABC01D;
}
</style>