Shades of Bahia #A3BC23
Tints of Bahia #A3BC23
RGB
CMYK
RGB Variations
Color information
#A3BC23 (or 0xA3BC23) is known color: Bahia. HEX triplet: A3, BC and 23. RGB value is (163,188,35). Sum of RGB (Red+Green+Blue) = 163+188+35=386 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.23% from 386); Green value is 188 (73.83% from 255 or 48.70% from 386); Blue value is 35 (14.06% from 255 or 9.07% from 386); Max value from RGB is 188 - color contains mainly: green. Hex color #A3BC23 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3BC23 is #5C43DC. Grayscale: #A3A3A3. Windows color (decimal): -6046685 or 2342051. OLE color: 2342051.
HSL color Cylindrical-coordinate representation of color #A3BC23: hue angle of 69.8º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A3BC23 is Cyan = 0.13, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 188 | 35 | - |
| CMYK | 0.13 | 0 | 0.81 | 0.26 |
| HSL | 69.8º | 0.69% | 0.44% | - |
| HSV(B) | 69.8º | 0.81% | 0.74% | - |
| XYZ | 33.39 | 43.87 | 8.3 | - |
| YUV | 163.08 | 55.72 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 188 | 35 | 0.13 | 0 | 0.81 | 0.26 | 69.8 | 0.69 | 0.44 |
| Hex | A3 | BC | 23 | D | 0 | 51 | 1A | 46 | 45 | 2C |
| Octal | 243 | 274 | 43 | 15 | 0 | 121 | 32 | 106 | 105 | 54 |
| Binary | 10100011 | 10111100 | 100011 | 1101 | 0 | 1010001 | 11010 | 1000110 | 1000101 | 101100 |
Color Harmonies of #A3BC23
Complementary color
Monochromatic Colors of #A3BC23
Black with #A3BC23
Text Example
Text Example
White with #A3BC23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BC23; }
p { color: rgb(163,188,35); }
H1.HeaderClassName
{
color: #A3BC23;
}
.AnyTagClassName
{
color: #A3BC23;
}
</style>
background-color css
<style>
a { background-color: #A3BC23; }
a { background-color: rgb(163,188,35); }
div.DivClassName
{
background-color: #A3BC23;
}
.BgClassName
{
background-color: #A3BC23;
}
</style>
border-color css
<style>
span { border-color: #A3BC23; }
span { border-color: rgb(163,188,35); }
td.TdClassName
{
border-color: #A3BC23;
}
.TagClassName
{
border-color: #A3BC23;
}
</style>