Shades of Bahia #ABCA1E
Tints of Bahia #ABCA1E
RGB
CMYK
RGB Variations
Color information
#ABCA1E (or 0xABCA1E) is known color: Bahia. HEX triplet: AB, CA and 1E. RGB value is (171,202,30). Sum of RGB (Red+Green+Blue) = 171+202+30=403 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.43% from 403); Green value is 202 (79.30% from 255 or 50.12% from 403); Blue value is 30 (12.11% from 255 or 7.44% from 403); Max value from RGB is 202 - color contains mainly: green. Hex color #ABCA1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCA1E is #5435E1. Grayscale: #ADADAD. Windows color (decimal): -5518818 or 2017963. OLE color: 2017963.
HSL color Cylindrical-coordinate representation of color #ABCA1E: hue angle of 70.81º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ABCA1E is Cyan = 0.15, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 202 | 30 | - |
| CMYK | 0.15 | 0 | 0.85 | 0.21 |
| HSL | 70.81º | 0.74% | 0.45% | - |
| HSV(B) | 70.81º | 0.85% | 0.79% | - |
| XYZ | 38.15 | 50.99 | 9.06 | - |
| YUV | 173.12 | 47.23 | 126.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 202 | 30 | 0.15 | 0 | 0.85 | 0.21 | 70.81 | 0.74 | 0.45 |
| Hex | AB | CA | 1E | F | 0 | 55 | 15 | 47 | 4A | 2D |
| Octal | 253 | 312 | 36 | 17 | 0 | 125 | 25 | 107 | 112 | 55 |
| Binary | 10101011 | 11001010 | 11110 | 1111 | 0 | 1010101 | 10101 | 1000111 | 1001010 | 101101 |
Color Harmonies of #ABCA1E
Complementary color
Monochromatic Colors of #ABCA1E
Black with #ABCA1E
Text Example
Text Example
White with #ABCA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCA1E; }
p { color: rgb(171,202,30); }
H1.HeaderClassName
{
color: #ABCA1E;
}
.AnyTagClassName
{
color: #ABCA1E;
}
</style>
background-color css
<style>
a { background-color: #ABCA1E; }
a { background-color: rgb(171,202,30); }
div.DivClassName
{
background-color: #ABCA1E;
}
.BgClassName
{
background-color: #ABCA1E;
}
</style>
border-color css
<style>
span { border-color: #ABCA1E; }
span { border-color: rgb(171,202,30); }
td.TdClassName
{
border-color: #ABCA1E;
}
.TagClassName
{
border-color: #ABCA1E;
}
</style>