Shades of Bahia #A5CF16
Tints of Bahia #A5CF16
RGB
CMYK
RGB Variations
Color information
#A5CF16 (or 0xA5CF16) is known color: Bahia. HEX triplet: A5, CF and 16. RGB value is (165,207,22). Sum of RGB (Red+Green+Blue) = 165+207+22=394 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.88% from 394); Green value is 207 (81.25% from 255 or 52.54% from 394); Blue value is 22 (8.98% from 255 or 5.58% from 394); Max value from RGB is 207 - color contains mainly: green. Hex color #A5CF16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5CF16 is #5A30E9. Grayscale: #AEAEAE. Windows color (decimal): -5910762 or 1494949. OLE color: 1494949.
HSL color Cylindrical-coordinate representation of color #A5CF16: hue angle of 73.62º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A5CF16 is Cyan = 0.20, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 207 | 22 | - |
| CMYK | 0.20 | 0 | 0.89 | 0.19 |
| HSL | 73.62º | 0.81% | 0.45% | - |
| HSV(B) | 73.62º | 0.89% | 0.81% | - |
| XYZ | 37.97 | 52.68 | 8.93 | - |
| YUV | 173.35 | 42.59 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 207 | 22 | 0.20 | 0 | 0.89 | 0.19 | 73.62 | 0.81 | 0.45 |
| Hex | A5 | CF | 16 | 14 | 0 | 59 | 13 | 4A | 51 | 2D |
| Octal | 245 | 317 | 26 | 24 | 0 | 131 | 23 | 112 | 121 | 55 |
| Binary | 10100101 | 11001111 | 10110 | 10100 | 0 | 1011001 | 10011 | 1001010 | 1010001 | 101101 |
Color Harmonies of #A5CF16
Complementary color
Monochromatic Colors of #A5CF16
Black with #A5CF16
Text Example
Text Example
White with #A5CF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CF16; }
p { color: rgb(165,207,22); }
H1.HeaderClassName
{
color: #A5CF16;
}
.AnyTagClassName
{
color: #A5CF16;
}
</style>
background-color css
<style>
a { background-color: #A5CF16; }
a { background-color: rgb(165,207,22); }
div.DivClassName
{
background-color: #A5CF16;
}
.BgClassName
{
background-color: #A5CF16;
}
</style>
border-color css
<style>
span { border-color: #A5CF16; }
span { border-color: rgb(165,207,22); }
td.TdClassName
{
border-color: #A5CF16;
}
.TagClassName
{
border-color: #A5CF16;
}
</style>