Shades of Bahia #ABCC09
Tints of Bahia #ABCC09
RGB
CMYK
RGB Variations
Color information
#ABCC09 (or 0xABCC09) is known color: Bahia. HEX triplet: AB, CC and 09. RGB value is (171,204,9). Sum of RGB (Red+Green+Blue) = 171+204+9=384 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.53% from 384); Green value is 204 (80.08% from 255 or 53.12% from 384); Blue value is 9 (3.91% from 255 or 2.34% from 384); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCC09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABCC09 is #5433F6. Grayscale: #ACACAC. Windows color (decimal): -5518327 or 642219. OLE color: 642219.
HSL color Cylindrical-coordinate representation of color #ABCC09: hue angle of 70.15º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ABCC09 is Cyan = 0.16, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 171 | 204 | 9 | - |
| CMYK | 0.16 | 0 | 0.96 | 0.2 |
| HSL | 70.15º | 0.92% | 0.42% | - |
| HSV(B) | 70.15º | 0.96% | 0.8% | - |
| XYZ | 38.44 | 51.86 | 8.24 | - |
| YUV | 171.9 | 36.07 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 204 | 9 | 0.16 | 0 | 0.96 | 0.2 | 70.15 | 0.92 | 0.42 |
| Hex | AB | CC | 9 | 10 | 0 | 60 | 14 | 46 | 5C | 2A |
| Octal | 253 | 314 | 11 | 20 | 0 | 140 | 24 | 106 | 134 | 52 |
| Binary | 10101011 | 11001100 | 1001 | 10000 | 0 | 1100000 | 10100 | 1000110 | 1011100 | 101010 |
Color Harmonies of #ABCC09
Complementary color
Monochromatic Colors of #ABCC09
Black with #ABCC09
Text Example
Text Example
White with #ABCC09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCC09; }
p { color: rgb(171,204,9); }
H1.HeaderClassName
{
color: #ABCC09;
}
.AnyTagClassName
{
color: #ABCC09;
}
</style>
background-color css
<style>
a { background-color: #ABCC09; }
a { background-color: rgb(171,204,9); }
div.DivClassName
{
background-color: #ABCC09;
}
.BgClassName
{
background-color: #ABCC09;
}
</style>
border-color css
<style>
span { border-color: #ABCC09; }
span { border-color: rgb(171,204,9); }
td.TdClassName
{
border-color: #ABCC09;
}
.TagClassName
{
border-color: #ABCC09;
}
</style>