Shades of Bahia #A4CF12
Tints of Bahia #A4CF12
RGB
CMYK
RGB Variations
Color information
#A4CF12 (or 0xA4CF12) is known color: Bahia. HEX triplet: A4, CF and 12. RGB value is (164,207,18). Sum of RGB (Red+Green+Blue) = 164+207+18=389 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.16% from 389); Green value is 207 (81.25% from 255 or 53.21% from 389); Blue value is 18 (7.42% from 255 or 4.63% from 389); Max value from RGB is 207 - color contains mainly: green. Hex color #A4CF12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4CF12 is #5B30ED. Grayscale: #ADADAD. Windows color (decimal): -5976302 or 1232804. OLE color: 1232804.
HSL color Cylindrical-coordinate representation of color #A4CF12: hue angle of 73.65º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A4CF12 is Cyan = 0.21, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 207 | 18 | - |
| CMYK | 0.21 | 0 | 0.91 | 0.19 |
| HSL | 73.65º | 0.84% | 0.44% | - |
| HSV(B) | 73.65º | 0.91% | 0.81% | - |
| XYZ | 37.73 | 52.56 | 8.73 | - |
| YUV | 172.6 | 40.75 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 207 | 18 | 0.21 | 0 | 0.91 | 0.19 | 73.65 | 0.84 | 0.44 |
| Hex | A4 | CF | 12 | 15 | 0 | 5B | 13 | 4A | 54 | 2C |
| Octal | 244 | 317 | 22 | 25 | 0 | 133 | 23 | 112 | 124 | 54 |
| Binary | 10100100 | 11001111 | 10010 | 10101 | 0 | 1011011 | 10011 | 1001010 | 1010100 | 101100 |
Color Harmonies of #A4CF12
Complementary color
Monochromatic Colors of #A4CF12
Black with #A4CF12
Text Example
Text Example
White with #A4CF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CF12; }
p { color: rgb(164,207,18); }
H1.HeaderClassName
{
color: #A4CF12;
}
.AnyTagClassName
{
color: #A4CF12;
}
</style>
background-color css
<style>
a { background-color: #A4CF12; }
a { background-color: rgb(164,207,18); }
div.DivClassName
{
background-color: #A4CF12;
}
.BgClassName
{
background-color: #A4CF12;
}
</style>
border-color css
<style>
span { border-color: #A4CF12; }
span { border-color: rgb(164,207,18); }
td.TdClassName
{
border-color: #A4CF12;
}
.TagClassName
{
border-color: #A4CF12;
}
</style>