Shades of Bahia #ABCC0A
Tints of Bahia #ABCC0A
RGB
CMYK
RGB Variations
Color information
#ABCC0A (or 0xABCC0A) is known color: Bahia. HEX triplet: AB, CC and 0A. RGB value is (171,204,10). Sum of RGB (Red+Green+Blue) = 171+204+10=385 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.42% from 385); Green value is 204 (80.08% from 255 or 52.99% from 385); Blue value is 10 (4.30% from 255 or 2.60% from 385); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCC0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABCC0A is #5433F5. Grayscale: #ACACAC. Windows color (decimal): -5518326 or 707755. OLE color: 707755.
HSL color Cylindrical-coordinate representation of color #ABCC0A: hue angle of 70.21º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ABCC0A is Cyan = 0.16, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 171 | 204 | 10 | - |
| CMYK | 0.16 | 0 | 0.95 | 0.2 |
| HSL | 70.21º | 0.91% | 0.42% | - |
| HSV(B) | 70.21º | 0.95% | 0.8% | - |
| XYZ | 38.44 | 51.87 | 8.27 | - |
| YUV | 172.02 | 36.57 | 127.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 204 | 10 | 0.16 | 0 | 0.95 | 0.2 | 70.21 | 0.91 | 0.42 |
| Hex | AB | CC | A | 10 | 0 | 5F | 14 | 46 | 5B | 2A |
| Octal | 253 | 314 | 12 | 20 | 0 | 137 | 24 | 106 | 133 | 52 |
| Binary | 10101011 | 11001100 | 1010 | 10000 | 0 | 1011111 | 10100 | 1000110 | 1011011 | 101010 |
Color Harmonies of #ABCC0A
Complementary color
Monochromatic Colors of #ABCC0A
Black with #ABCC0A
Text Example
Text Example
White with #ABCC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCC0A; }
p { color: rgb(171,204,10); }
H1.HeaderClassName
{
color: #ABCC0A;
}
.AnyTagClassName
{
color: #ABCC0A;
}
</style>
background-color css
<style>
a { background-color: #ABCC0A; }
a { background-color: rgb(171,204,10); }
div.DivClassName
{
background-color: #ABCC0A;
}
.BgClassName
{
background-color: #ABCC0A;
}
</style>
border-color css
<style>
span { border-color: #ABCC0A; }
span { border-color: rgb(171,204,10); }
td.TdClassName
{
border-color: #ABCC0A;
}
.TagClassName
{
border-color: #ABCC0A;
}
</style>