Shades of Bahia #ABCC1E
Tints of Bahia #ABCC1E
RGB
CMYK
RGB Variations
Color information
#ABCC1E (or 0xABCC1E) is known color: Bahia. HEX triplet: AB, CC and 1E. RGB value is (171,204,30). Sum of RGB (Red+Green+Blue) = 171+204+30=405 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.22% from 405); Green value is 204 (80.08% from 255 or 50.37% from 405); Blue value is 30 (12.11% from 255 or 7.41% from 405); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCC1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCC1E is #5433E1. Grayscale: #AEAEAE. Windows color (decimal): -5518306 or 2018475. OLE color: 2018475.
HSL color Cylindrical-coordinate representation of color #ABCC1E: hue angle of 71.38º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ABCC1E is Cyan = 0.16, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 171 | 204 | 30 | - |
| CMYK | 0.16 | 0 | 0.85 | 0.2 |
| HSL | 71.38º | 0.74% | 0.46% | - |
| HSV(B) | 71.38º | 0.85% | 0.8% | - |
| XYZ | 38.62 | 51.94 | 9.22 | - |
| YUV | 174.3 | 46.57 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 204 | 30 | 0.16 | 0 | 0.85 | 0.2 | 71.38 | 0.74 | 0.46 |
| Hex | AB | CC | 1E | 10 | 0 | 55 | 14 | 47 | 4A | 2E |
| Octal | 253 | 314 | 36 | 20 | 0 | 125 | 24 | 107 | 112 | 56 |
| Binary | 10101011 | 11001100 | 11110 | 10000 | 0 | 1010101 | 10100 | 1000111 | 1001010 | 101110 |
Color Harmonies of #ABCC1E
Complementary color
Monochromatic Colors of #ABCC1E
Black with #ABCC1E
Text Example
Text Example
White with #ABCC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCC1E; }
p { color: rgb(171,204,30); }
H1.HeaderClassName
{
color: #ABCC1E;
}
.AnyTagClassName
{
color: #ABCC1E;
}
</style>
background-color css
<style>
a { background-color: #ABCC1E; }
a { background-color: rgb(171,204,30); }
div.DivClassName
{
background-color: #ABCC1E;
}
.BgClassName
{
background-color: #ABCC1E;
}
</style>
border-color css
<style>
span { border-color: #ABCC1E; }
span { border-color: rgb(171,204,30); }
td.TdClassName
{
border-color: #ABCC1E;
}
.TagClassName
{
border-color: #ABCC1E;
}
</style>