Shades of Citrus #A4B10D
Tints of Citrus #A4B10D
RGB
CMYK
RGB Variations
Color information
#A4B10D (or 0xA4B10D) is known color: Citrus. HEX triplet: A4, B1 and 0D. RGB value is (164,177,13). Sum of RGB (Red+Green+Blue) = 164+177+13=354 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.33% from 354); Green value is 177 (69.53% from 255 or 50% from 354); Blue value is 13 (5.47% from 255 or 3.67% from 354); Max value from RGB is 177 - color contains mainly: green. Hex color #A4B10D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A4B10D is #5B4EF2. Grayscale: #9B9B9B. Windows color (decimal): -5983987 or 897444. OLE color: 897444.
HSL color Cylindrical-coordinate representation of color #A4B10D: hue angle of 64.76º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A4B10D is Cyan = 0.07, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 164 | 177 | 13 | - |
| CMYK | 0.07 | 0 | 0.93 | 0.31 |
| HSL | 64.76º | 0.86% | 0.37% | - |
| HSV(B) | 64.76º | 0.93% | 0.69% | - |
| XYZ | 31.1 | 39.37 | 6.34 | - |
| YUV | 154.42 | 48.19 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 177 | 13 | 0.07 | 0 | 0.93 | 0.31 | 64.76 | 0.86 | 0.37 |
| Hex | A4 | B1 | D | 7 | 0 | 5D | 1F | 41 | 56 | 25 |
| Octal | 244 | 261 | 15 | 7 | 0 | 135 | 37 | 101 | 126 | 45 |
| Binary | 10100100 | 10110001 | 1101 | 111 | 0 | 1011101 | 11111 | 1000001 | 1010110 | 100101 |
Color Harmonies of #A4B10D
Complementary color
Monochromatic Colors of #A4B10D
Black with #A4B10D
Text Example
Text Example
White with #A4B10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B10D; }
p { color: rgb(164,177,13); }
H1.HeaderClassName
{
color: #A4B10D;
}
.AnyTagClassName
{
color: #A4B10D;
}
</style>
background-color css
<style>
a { background-color: #A4B10D; }
a { background-color: rgb(164,177,13); }
div.DivClassName
{
background-color: #A4B10D;
}
.BgClassName
{
background-color: #A4B10D;
}
</style>
border-color css
<style>
span { border-color: #A4B10D; }
span { border-color: rgb(164,177,13); }
td.TdClassName
{
border-color: #A4B10D;
}
.TagClassName
{
border-color: #A4B10D;
}
</style>