Shades of Citrus #A4B113
Tints of Citrus #A4B113
RGB
CMYK
RGB Variations
Color information
#A4B113 (or 0xA4B113) is known color: Citrus. HEX triplet: A4, B1 and 13. RGB value is (164,177,19). Sum of RGB (Red+Green+Blue) = 164+177+19=360 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.56% from 360); Green value is 177 (69.53% from 255 or 49.17% from 360); Blue value is 19 (7.81% from 255 or 5.28% from 360); Max value from RGB is 177 - color contains mainly: green. Hex color #A4B113 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A4B113 is #5B4EEC. Grayscale: #9B9B9B. Windows color (decimal): -5983981 or 1290660. OLE color: 1290660.
HSL color Cylindrical-coordinate representation of color #A4B113: hue angle of 64.94º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A4B113 is Cyan = 0.07, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 164 | 177 | 19 | - |
| CMYK | 0.07 | 0 | 0.89 | 0.31 |
| HSL | 64.94º | 0.81% | 0.38% | - |
| HSV(B) | 64.94º | 0.89% | 0.69% | - |
| XYZ | 31.15 | 39.38 | 6.58 | - |
| YUV | 155.1 | 51.19 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 177 | 19 | 0.07 | 0 | 0.89 | 0.31 | 64.94 | 0.81 | 0.38 |
| Hex | A4 | B1 | 13 | 7 | 0 | 59 | 1F | 41 | 51 | 26 |
| Octal | 244 | 261 | 23 | 7 | 0 | 131 | 37 | 101 | 121 | 46 |
| Binary | 10100100 | 10110001 | 10011 | 111 | 0 | 1011001 | 11111 | 1000001 | 1010001 | 100110 |
Color Harmonies of #A4B113
Complementary color
Monochromatic Colors of #A4B113
Black with #A4B113
Text Example
Text Example
White with #A4B113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B113; }
p { color: rgb(164,177,19); }
H1.HeaderClassName
{
color: #A4B113;
}
.AnyTagClassName
{
color: #A4B113;
}
</style>
background-color css
<style>
a { background-color: #A4B113; }
a { background-color: rgb(164,177,19); }
div.DivClassName
{
background-color: #A4B113;
}
.BgClassName
{
background-color: #A4B113;
}
</style>
border-color css
<style>
span { border-color: #A4B113; }
span { border-color: rgb(164,177,19); }
td.TdClassName
{
border-color: #A4B113;
}
.TagClassName
{
border-color: #A4B113;
}
</style>