Shades of Citrus #A4B711
Tints of Citrus #A4B711
RGB
CMYK
RGB Variations
Color information
#A4B711 (or 0xA4B711) is known color: Citrus. HEX triplet: A4, B7 and 11. RGB value is (164,183,17). Sum of RGB (Red+Green+Blue) = 164+183+17=364 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.05% from 364); Green value is 183 (71.88% from 255 or 50.27% from 364); Blue value is 17 (7.03% from 255 or 4.67% from 364); Max value from RGB is 183 - color contains mainly: green. Hex color #A4B711 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4B711 is #5B48EE. Grayscale: #9F9F9F. Windows color (decimal): -5982447 or 1161124. OLE color: 1161124.
HSL color Cylindrical-coordinate representation of color #A4B711: hue angle of 66.87º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A4B711 is Cyan = 0.10, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 164 | 183 | 17 | - |
| CMYK | 0.10 | 0 | 0.91 | 0.28 |
| HSL | 66.87º | 0.83% | 0.39% | - |
| HSV(B) | 66.87º | 0.91% | 0.72% | - |
| XYZ | 32.34 | 41.8 | 6.89 | - |
| YUV | 158.4 | 48.21 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 183 | 17 | 0.10 | 0 | 0.91 | 0.28 | 66.87 | 0.83 | 0.39 |
| Hex | A4 | B7 | 11 | A | 0 | 5B | 1C | 43 | 53 | 27 |
| Octal | 244 | 267 | 21 | 12 | 0 | 133 | 34 | 103 | 123 | 47 |
| Binary | 10100100 | 10110111 | 10001 | 1010 | 0 | 1011011 | 11100 | 1000011 | 1010011 | 100111 |
Color Harmonies of #A4B711
Complementary color
Monochromatic Colors of #A4B711
Black with #A4B711
Text Example
Text Example
White with #A4B711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B711; }
p { color: rgb(164,183,17); }
H1.HeaderClassName
{
color: #A4B711;
}
.AnyTagClassName
{
color: #A4B711;
}
</style>
background-color css
<style>
a { background-color: #A4B711; }
a { background-color: rgb(164,183,17); }
div.DivClassName
{
background-color: #A4B711;
}
.BgClassName
{
background-color: #A4B711;
}
</style>
border-color css
<style>
span { border-color: #A4B711; }
span { border-color: rgb(164,183,17); }
td.TdClassName
{
border-color: #A4B711;
}
.TagClassName
{
border-color: #A4B711;
}
</style>