Shades of Bahia #A3BE1C
Tints of Bahia #A3BE1C
RGB
CMYK
RGB Variations
Color information
#A3BE1C (or 0xA3BE1C) is known color: Bahia. HEX triplet: A3, BE and 1C. RGB value is (163,190,28). Sum of RGB (Red+Green+Blue) = 163+190+28=381 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.78% from 381); Green value is 190 (74.61% from 255 or 49.87% from 381); Blue value is 28 (11.33% from 255 or 7.35% from 381); Max value from RGB is 190 - color contains mainly: green. Hex color #A3BE1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3BE1C is #5C41E3. Grayscale: #A4A4A4. Windows color (decimal): -6046180 or 1883811. OLE color: 1883811.
HSL color Cylindrical-coordinate representation of color #A3BE1C: hue angle of 70º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A3BE1C is Cyan = 0.14, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 190 | 28 | - |
| CMYK | 0.14 | 0 | 0.85 | 0.25 |
| HSL | 70º | 0.74% | 0.43% | - |
| HSV(B) | 70º | 0.85% | 0.75% | - |
| XYZ | 33.73 | 44.7 | 7.95 | - |
| YUV | 163.46 | 51.55 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 190 | 28 | 0.14 | 0 | 0.85 | 0.25 | 70 | 0.74 | 0.43 |
| Hex | A3 | BE | 1C | E | 0 | 55 | 19 | 46 | 4A | 2B |
| Octal | 243 | 276 | 34 | 16 | 0 | 125 | 31 | 106 | 112 | 53 |
| Binary | 10100011 | 10111110 | 11100 | 1110 | 0 | 1010101 | 11001 | 1000110 | 1001010 | 101011 |
Color Harmonies of #A3BE1C
Complementary color
Monochromatic Colors of #A3BE1C
Black with #A3BE1C
Text Example
Text Example
White with #A3BE1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BE1C; }
p { color: rgb(163,190,28); }
H1.HeaderClassName
{
color: #A3BE1C;
}
.AnyTagClassName
{
color: #A3BE1C;
}
</style>
background-color css
<style>
a { background-color: #A3BE1C; }
a { background-color: rgb(163,190,28); }
div.DivClassName
{
background-color: #A3BE1C;
}
.BgClassName
{
background-color: #A3BE1C;
}
</style>
border-color css
<style>
span { border-color: #A3BE1C; }
span { border-color: rgb(163,190,28); }
td.TdClassName
{
border-color: #A3BE1C;
}
.TagClassName
{
border-color: #A3BE1C;
}
</style>