Shades of Bahia #A3CB14
Tints of Bahia #A3CB14
RGB
CMYK
RGB Variations
Color information
#A3CB14 (or 0xA3CB14) is known color: Bahia. HEX triplet: A3, CB and 14. RGB value is (163,203,20). Sum of RGB (Red+Green+Blue) = 163+203+20=386 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.23% from 386); Green value is 203 (79.69% from 255 or 52.59% from 386); Blue value is 20 (8.20% from 255 or 5.18% from 386); Max value from RGB is 203 - color contains mainly: green. Hex color #A3CB14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3CB14 is #5C34EB. Grayscale: #AAAAAA. Windows color (decimal): -6042860 or 1362851. OLE color: 1362851.
HSL color Cylindrical-coordinate representation of color #A3CB14: hue angle of 73.11º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A3CB14 is Cyan = 0.20, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 203 | 20 | - |
| CMYK | 0.20 | 0 | 0.90 | 0.20 |
| HSL | 73.11º | 0.82% | 0.44% | - |
| HSV(B) | 73.11º | 0.9% | 0.8% | - |
| XYZ | 36.59 | 50.55 | 8.49 | - |
| YUV | 170.18 | 43.25 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 203 | 20 | 0.20 | 0 | 0.90 | 0.20 | 73.11 | 0.82 | 0.44 |
| Hex | A3 | CB | 14 | 14 | 0 | 5A | 14 | 49 | 52 | 2C |
| Octal | 243 | 313 | 24 | 24 | 0 | 132 | 24 | 111 | 122 | 54 |
| Binary | 10100011 | 11001011 | 10100 | 10100 | 0 | 1011010 | 10100 | 1001001 | 1010010 | 101100 |
Color Harmonies of #A3CB14
Complementary color
Monochromatic Colors of #A3CB14
Black with #A3CB14
Text Example
Text Example
White with #A3CB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CB14; }
p { color: rgb(163,203,20); }
H1.HeaderClassName
{
color: #A3CB14;
}
.AnyTagClassName
{
color: #A3CB14;
}
</style>
background-color css
<style>
a { background-color: #A3CB14; }
a { background-color: rgb(163,203,20); }
div.DivClassName
{
background-color: #A3CB14;
}
.BgClassName
{
background-color: #A3CB14;
}
</style>
border-color css
<style>
span { border-color: #A3CB14; }
span { border-color: rgb(163,203,20); }
td.TdClassName
{
border-color: #A3CB14;
}
.TagClassName
{
border-color: #A3CB14;
}
</style>