Shades of Citrus #A4B715
Tints of Citrus #A4B715
RGB
CMYK
RGB Variations
Color information
#A4B715 (or 0xA4B715) is known color: Citrus. HEX triplet: A4, B7 and 15. RGB value is (164,183,21). Sum of RGB (Red+Green+Blue) = 164+183+21=368 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.57% from 368); Green value is 183 (71.88% from 255 or 49.73% from 368); Blue value is 21 (8.59% from 255 or 5.71% from 368); Max value from RGB is 183 - color contains mainly: green. Hex color #A4B715 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4B715 is #5B48EA. Grayscale: #9F9F9F. Windows color (decimal): -5982443 or 1423268. OLE color: 1423268.
HSL color Cylindrical-coordinate representation of color #A4B715: hue angle of 67.04º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A4B715 is Cyan = 0.10, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 164 | 183 | 21 | - |
| CMYK | 0.10 | 0 | 0.89 | 0.28 |
| HSL | 67.04º | 0.79% | 0.4% | - |
| HSV(B) | 67.04º | 0.89% | 0.72% | - |
| XYZ | 32.38 | 41.81 | 7.07 | - |
| YUV | 158.85 | 50.21 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 183 | 21 | 0.10 | 0 | 0.89 | 0.28 | 67.04 | 0.79 | 0.4 |
| Hex | A4 | B7 | 15 | A | 0 | 59 | 1C | 43 | 4F | 28 |
| Octal | 244 | 267 | 25 | 12 | 0 | 131 | 34 | 103 | 117 | 50 |
| Binary | 10100100 | 10110111 | 10101 | 1010 | 0 | 1011001 | 11100 | 1000011 | 1001111 | 101000 |
Color Harmonies of #A4B715
Complementary color
Monochromatic Colors of #A4B715
Black with #A4B715
Text Example
Text Example
White with #A4B715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B715; }
p { color: rgb(164,183,21); }
H1.HeaderClassName
{
color: #A4B715;
}
.AnyTagClassName
{
color: #A4B715;
}
</style>
background-color css
<style>
a { background-color: #A4B715; }
a { background-color: rgb(164,183,21); }
div.DivClassName
{
background-color: #A4B715;
}
.BgClassName
{
background-color: #A4B715;
}
</style>
border-color css
<style>
span { border-color: #A4B715; }
span { border-color: rgb(164,183,21); }
td.TdClassName
{
border-color: #A4B715;
}
.TagClassName
{
border-color: #A4B715;
}
</style>