Shades of Citrus #A3B106
Tints of Citrus #A3B106
RGB
CMYK
RGB Variations
Color information
#A3B106 (or 0xA3B106) is known color: Citrus. HEX triplet: A3, B1 and 06. RGB value is (163,177,6). Sum of RGB (Red+Green+Blue) = 163+177+6=346 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.11% from 346); Green value is 177 (69.53% from 255 or 51.16% from 346); Blue value is 6 (2.73% from 255 or 1.73% from 346); Max value from RGB is 177 - color contains mainly: green. Hex color #A3B106 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A3B106 is #5C4EF9. Grayscale: #999999. Windows color (decimal): -6049530 or 438691. OLE color: 438691.
HSL color Cylindrical-coordinate representation of color #A3B106: hue angle of 64.91º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A3B106 is Cyan = 0.08, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 177 | 6 | - |
| CMYK | 0.08 | 0 | 0.97 | 0.31 |
| HSL | 64.91º | 0.93% | 0.36% | - |
| HSV(B) | 64.91º | 0.97% | 0.69% | - |
| XYZ | 30.86 | 39.24 | 6.12 | - |
| YUV | 153.32 | 44.86 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 177 | 6 | 0.08 | 0 | 0.97 | 0.31 | 64.91 | 0.93 | 0.36 |
| Hex | A3 | B1 | 6 | 8 | 0 | 61 | 1F | 41 | 5D | 24 |
| Octal | 243 | 261 | 6 | 10 | 0 | 141 | 37 | 101 | 135 | 44 |
| Binary | 10100011 | 10110001 | 110 | 1000 | 0 | 1100001 | 11111 | 1000001 | 1011101 | 100100 |
Color Harmonies of #A3B106
Complementary color
Monochromatic Colors of #A3B106
Black with #A3B106
Text Example
Text Example
White with #A3B106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B106; }
p { color: rgb(163,177,6); }
H1.HeaderClassName
{
color: #A3B106;
}
.AnyTagClassName
{
color: #A3B106;
}
</style>
background-color css
<style>
a { background-color: #A3B106; }
a { background-color: rgb(163,177,6); }
div.DivClassName
{
background-color: #A3B106;
}
.BgClassName
{
background-color: #A3B106;
}
</style>
border-color css
<style>
span { border-color: #A3B106; }
span { border-color: rgb(163,177,6); }
td.TdClassName
{
border-color: #A3B106;
}
.TagClassName
{
border-color: #A3B106;
}
</style>