Shades of Bahia #ABCC27
Tints of Bahia #ABCC27
RGB
CMYK
RGB Variations
Color information
#ABCC27 (or 0xABCC27) is known color: Bahia. HEX triplet: AB, CC and 27. RGB value is (171,204,39). Sum of RGB (Red+Green+Blue) = 171+204+39=414 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.30% from 414); Green value is 204 (80.08% from 255 or 49.28% from 414); Blue value is 39 (15.62% from 255 or 9.42% from 414); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCC27 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCC27 is #5433D8. Grayscale: #AFAFAF. Windows color (decimal): -5518297 or 2608299. OLE color: 2608299.
HSL color Cylindrical-coordinate representation of color #ABCC27: hue angle of 72º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ABCC27 is Cyan = 0.16, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 171 | 204 | 39 | - |
| CMYK | 0.16 | 0 | 0.81 | 0.2 |
| HSL | 72º | 0.68% | 0.48% | - |
| HSV(B) | 72º | 0.81% | 0.8% | - |
| XYZ | 38.75 | 51.99 | 9.91 | - |
| YUV | 175.32 | 51.07 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 204 | 39 | 0.16 | 0 | 0.81 | 0.2 | 72 | 0.68 | 0.48 |
| Hex | AB | CC | 27 | 10 | 0 | 51 | 14 | 48 | 44 | 30 |
| Octal | 253 | 314 | 47 | 20 | 0 | 121 | 24 | 110 | 104 | 60 |
| Binary | 10101011 | 11001100 | 100111 | 10000 | 0 | 1010001 | 10100 | 1001000 | 1000100 | 110000 |
Color Harmonies of #ABCC27
Complementary color
Monochromatic Colors of #ABCC27
Black with #ABCC27
Text Example
Text Example
White with #ABCC27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCC27; }
p { color: rgb(171,204,39); }
H1.HeaderClassName
{
color: #ABCC27;
}
.AnyTagClassName
{
color: #ABCC27;
}
</style>
background-color css
<style>
a { background-color: #ABCC27; }
a { background-color: rgb(171,204,39); }
div.DivClassName
{
background-color: #ABCC27;
}
.BgClassName
{
background-color: #ABCC27;
}
</style>
border-color css
<style>
span { border-color: #ABCC27; }
span { border-color: rgb(171,204,39); }
td.TdClassName
{
border-color: #ABCC27;
}
.TagClassName
{
border-color: #ABCC27;
}
</style>