Shades of Bahia #ABCD0C
Tints of Bahia #ABCD0C
RGB
CMYK
RGB Variations
Color information
#ABCD0C (or 0xABCD0C) is known color: Bahia. HEX triplet: AB, CD and 0C. RGB value is (171,205,12). Sum of RGB (Red+Green+Blue) = 171+205+12=388 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.07% from 388); Green value is 205 (80.47% from 255 or 52.84% from 388); Blue value is 12 (5.08% from 255 or 3.09% from 388); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCD0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABCD0C is #5432F3. Grayscale: #ADADAD. Windows color (decimal): -5518068 or 839083. OLE color: 839083.
HSL color Cylindrical-coordinate representation of color #ABCD0C: hue angle of 70.57º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ABCD0C is Cyan = 0.17, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 205 | 12 | - |
| CMYK | 0.17 | 0 | 0.94 | 0.20 |
| HSL | 70.57º | 0.89% | 0.43% | - |
| HSV(B) | 70.57º | 0.94% | 0.8% | - |
| XYZ | 38.69 | 52.35 | 8.41 | - |
| YUV | 172.83 | 37.24 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 205 | 12 | 0.17 | 0 | 0.94 | 0.20 | 70.57 | 0.89 | 0.43 |
| Hex | AB | CD | C | 11 | 0 | 5E | 14 | 47 | 59 | 2B |
| Octal | 253 | 315 | 14 | 21 | 0 | 136 | 24 | 107 | 131 | 53 |
| Binary | 10101011 | 11001101 | 1100 | 10001 | 0 | 1011110 | 10100 | 1000111 | 1011001 | 101011 |
Color Harmonies of #ABCD0C
Complementary color
Monochromatic Colors of #ABCD0C
Black with #ABCD0C
Text Example
Text Example
White with #ABCD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCD0C; }
p { color: rgb(171,205,12); }
H1.HeaderClassName
{
color: #ABCD0C;
}
.AnyTagClassName
{
color: #ABCD0C;
}
</style>
background-color css
<style>
a { background-color: #ABCD0C; }
a { background-color: rgb(171,205,12); }
div.DivClassName
{
background-color: #ABCD0C;
}
.BgClassName
{
background-color: #ABCD0C;
}
</style>
border-color css
<style>
span { border-color: #ABCD0C; }
span { border-color: rgb(171,205,12); }
td.TdClassName
{
border-color: #ABCD0C;
}
.TagClassName
{
border-color: #ABCD0C;
}
</style>