Shades of Bahia #A3CE1C
Tints of Bahia #A3CE1C
RGB
CMYK
RGB Variations
Color information
#A3CE1C (or 0xA3CE1C) is known color: Bahia. HEX triplet: A3, CE and 1C. RGB value is (163,206,28). Sum of RGB (Red+Green+Blue) = 163+206+28=397 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.06% from 397); Green value is 206 (80.86% from 255 or 51.89% from 397); Blue value is 28 (11.33% from 255 or 7.05% from 397); Max value from RGB is 206 - color contains mainly: green. Hex color #A3CE1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3CE1C is #5C31E3. Grayscale: #ADADAD. Windows color (decimal): -6042084 or 1887907. OLE color: 1887907.
HSL color Cylindrical-coordinate representation of color #A3CE1C: hue angle of 74.49º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A3CE1C is Cyan = 0.21, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 206 | 28 | - |
| CMYK | 0.21 | 0 | 0.86 | 0.19 |
| HSL | 74.49º | 0.76% | 0.46% | - |
| HSV(B) | 74.49º | 0.86% | 0.81% | - |
| XYZ | 37.39 | 52.01 | 9.17 | - |
| YUV | 172.85 | 46.25 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 206 | 28 | 0.21 | 0 | 0.86 | 0.19 | 74.49 | 0.76 | 0.46 |
| Hex | A3 | CE | 1C | 15 | 0 | 56 | 13 | 4A | 4C | 2E |
| Octal | 243 | 316 | 34 | 25 | 0 | 126 | 23 | 112 | 114 | 56 |
| Binary | 10100011 | 11001110 | 11100 | 10101 | 0 | 1010110 | 10011 | 1001010 | 1001100 | 101110 |
Color Harmonies of #A3CE1C
Complementary color
Monochromatic Colors of #A3CE1C
Black with #A3CE1C
Text Example
Text Example
White with #A3CE1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CE1C; }
p { color: rgb(163,206,28); }
H1.HeaderClassName
{
color: #A3CE1C;
}
.AnyTagClassName
{
color: #A3CE1C;
}
</style>
background-color css
<style>
a { background-color: #A3CE1C; }
a { background-color: rgb(163,206,28); }
div.DivClassName
{
background-color: #A3CE1C;
}
.BgClassName
{
background-color: #A3CE1C;
}
</style>
border-color css
<style>
span { border-color: #A3CE1C; }
span { border-color: rgb(163,206,28); }
td.TdClassName
{
border-color: #A3CE1C;
}
.TagClassName
{
border-color: #A3CE1C;
}
</style>