Shades of Bahia #ABCC14
Tints of Bahia #ABCC14
RGB
CMYK
RGB Variations
Color information
#ABCC14 (or 0xABCC14) is known color: Bahia. HEX triplet: AB, CC and 14. RGB value is (171,204,20). Sum of RGB (Red+Green+Blue) = 171+204+20=395 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.29% from 395); Green value is 204 (80.08% from 255 or 51.65% from 395); Blue value is 20 (8.20% from 255 or 5.06% from 395); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCC14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABCC14 is #5433EB. Grayscale: #ADADAD. Windows color (decimal): -5518316 or 1363115. OLE color: 1363115.
HSL color Cylindrical-coordinate representation of color #ABCC14: hue angle of 70.76º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ABCC14 is Cyan = 0.16, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 171 | 204 | 20 | - |
| CMYK | 0.16 | 0 | 0.90 | 0.2 |
| HSL | 70.76º | 0.82% | 0.44% | - |
| HSV(B) | 70.76º | 0.9% | 0.8% | - |
| XYZ | 38.51 | 51.89 | 8.65 | - |
| YUV | 173.16 | 41.57 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 204 | 20 | 0.16 | 0 | 0.90 | 0.2 | 70.76 | 0.82 | 0.44 |
| Hex | AB | CC | 14 | 10 | 0 | 5A | 14 | 47 | 52 | 2C |
| Octal | 253 | 314 | 24 | 20 | 0 | 132 | 24 | 107 | 122 | 54 |
| Binary | 10101011 | 11001100 | 10100 | 10000 | 0 | 1011010 | 10100 | 1000111 | 1010010 | 101100 |
Color Harmonies of #ABCC14
Complementary color
Monochromatic Colors of #ABCC14
Black with #ABCC14
Text Example
Text Example
White with #ABCC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCC14; }
p { color: rgb(171,204,20); }
H1.HeaderClassName
{
color: #ABCC14;
}
.AnyTagClassName
{
color: #ABCC14;
}
</style>
background-color css
<style>
a { background-color: #ABCC14; }
a { background-color: rgb(171,204,20); }
div.DivClassName
{
background-color: #ABCC14;
}
.BgClassName
{
background-color: #ABCC14;
}
</style>
border-color css
<style>
span { border-color: #ABCC14; }
span { border-color: rgb(171,204,20); }
td.TdClassName
{
border-color: #ABCC14;
}
.TagClassName
{
border-color: #ABCC14;
}
</style>