Shades of Bahia #A3BE23
Tints of Bahia #A3BE23
RGB
CMYK
RGB Variations
Color information
#A3BE23 (or 0xA3BE23) is known color: Bahia. HEX triplet: A3, BE and 23. RGB value is (163,190,35). Sum of RGB (Red+Green+Blue) = 163+190+35=388 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.01% from 388); Green value is 190 (74.61% from 255 or 48.97% from 388); Blue value is 35 (14.06% from 255 or 9.02% from 388); Max value from RGB is 190 - color contains mainly: green. Hex color #A3BE23 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3BE23 is #5C41DC. Grayscale: #A4A4A4. Windows color (decimal): -6046173 or 2342563. OLE color: 2342563.
HSL color Cylindrical-coordinate representation of color #A3BE23: hue angle of 70.45º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A3BE23 is Cyan = 0.14, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 190 | 35 | - |
| CMYK | 0.14 | 0 | 0.82 | 0.25 |
| HSL | 70.45º | 0.69% | 0.44% | - |
| HSV(B) | 70.45º | 0.82% | 0.75% | - |
| XYZ | 33.82 | 44.73 | 8.44 | - |
| YUV | 164.26 | 55.05 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 190 | 35 | 0.14 | 0 | 0.82 | 0.25 | 70.45 | 0.69 | 0.44 |
| Hex | A3 | BE | 23 | E | 0 | 52 | 19 | 46 | 45 | 2C |
| Octal | 243 | 276 | 43 | 16 | 0 | 122 | 31 | 106 | 105 | 54 |
| Binary | 10100011 | 10111110 | 100011 | 1110 | 0 | 1010010 | 11001 | 1000110 | 1000101 | 101100 |
Color Harmonies of #A3BE23
Complementary color
Monochromatic Colors of #A3BE23
Black with #A3BE23
Text Example
Text Example
White with #A3BE23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BE23; }
p { color: rgb(163,190,35); }
H1.HeaderClassName
{
color: #A3BE23;
}
.AnyTagClassName
{
color: #A3BE23;
}
</style>
background-color css
<style>
a { background-color: #A3BE23; }
a { background-color: rgb(163,190,35); }
div.DivClassName
{
background-color: #A3BE23;
}
.BgClassName
{
background-color: #A3BE23;
}
</style>
border-color css
<style>
span { border-color: #A3BE23; }
span { border-color: rgb(163,190,35); }
td.TdClassName
{
border-color: #A3BE23;
}
.TagClassName
{
border-color: #A3BE23;
}
</style>