Shades of Citrus #A3B206
Tints of Citrus #A3B206
RGB
CMYK
RGB Variations
Color information
#A3B206 (or 0xA3B206) is known color: Citrus. HEX triplet: A3, B2 and 06. RGB value is (163,178,6). Sum of RGB (Red+Green+Blue) = 163+178+6=347 (45% of max value = 765). Red value is 163 (64.06% from 255 or 46.97% from 347); Green value is 178 (69.92% from 255 or 51.30% from 347); Blue value is 6 (2.73% from 255 or 1.73% from 347); Max value from RGB is 178 - color contains mainly: green. Hex color #A3B206 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A3B206 is #5C4DF9. Grayscale: #9A9A9A. Windows color (decimal): -6049274 or 438947. OLE color: 438947.
HSL color Cylindrical-coordinate representation of color #A3B206: hue angle of 65.23º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A3B206 is Cyan = 0.08, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 163 | 178 | 6 | - |
| CMYK | 0.08 | 0 | 0.97 | 0.30 |
| HSL | 65.23º | 0.93% | 0.36% | - |
| HSV(B) | 65.23º | 0.97% | 0.7% | - |
| XYZ | 31.06 | 39.64 | 6.19 | - |
| YUV | 153.91 | 44.53 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 178 | 6 | 0.08 | 0 | 0.97 | 0.30 | 65.23 | 0.93 | 0.36 |
| Hex | A3 | B2 | 6 | 8 | 0 | 61 | 1E | 41 | 5D | 24 |
| Octal | 243 | 262 | 6 | 10 | 0 | 141 | 36 | 101 | 135 | 44 |
| Binary | 10100011 | 10110010 | 110 | 1000 | 0 | 1100001 | 11110 | 1000001 | 1011101 | 100100 |
Color Harmonies of #A3B206
Complementary color
Monochromatic Colors of #A3B206
Black with #A3B206
Text Example
Text Example
White with #A3B206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B206; }
p { color: rgb(163,178,6); }
H1.HeaderClassName
{
color: #A3B206;
}
.AnyTagClassName
{
color: #A3B206;
}
</style>
background-color css
<style>
a { background-color: #A3B206; }
a { background-color: rgb(163,178,6); }
div.DivClassName
{
background-color: #A3B206;
}
.BgClassName
{
background-color: #A3B206;
}
</style>
border-color css
<style>
span { border-color: #A3B206; }
span { border-color: rgb(163,178,6); }
td.TdClassName
{
border-color: #A3B206;
}
.TagClassName
{
border-color: #A3B206;
}
</style>