Shades of Citrus #A3B20B
Tints of Citrus #A3B20B
RGB
CMYK
RGB Variations
Color information
#A3B20B (or 0xA3B20B) is known color: Citrus. HEX triplet: A3, B2 and 0B. RGB value is (163,178,11). Sum of RGB (Red+Green+Blue) = 163+178+11=352 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.31% from 352); Green value is 178 (69.92% from 255 or 50.57% from 352); Blue value is 11 (4.69% from 255 or 3.12% from 352); Max value from RGB is 178 - color contains mainly: green. Hex color #A3B20B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A3B20B is #5C4DF4. Grayscale: #9B9B9B. Windows color (decimal): -6049269 or 766627. OLE color: 766627.
HSL color Cylindrical-coordinate representation of color #A3B20B: hue angle of 65.39º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A3B20B is Cyan = 0.08, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 163 | 178 | 11 | - |
| CMYK | 0.08 | 0 | 0.94 | 0.30 |
| HSL | 65.39º | 0.88% | 0.37% | - |
| HSV(B) | 65.39º | 0.94% | 0.7% | - |
| XYZ | 31.09 | 39.65 | 6.33 | - |
| YUV | 154.48 | 47.03 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 178 | 11 | 0.08 | 0 | 0.94 | 0.30 | 65.39 | 0.88 | 0.37 |
| Hex | A3 | B2 | B | 8 | 0 | 5E | 1E | 41 | 58 | 25 |
| Octal | 243 | 262 | 13 | 10 | 0 | 136 | 36 | 101 | 130 | 45 |
| Binary | 10100011 | 10110010 | 1011 | 1000 | 0 | 1011110 | 11110 | 1000001 | 1011000 | 100101 |
Color Harmonies of #A3B20B
Complementary color
Monochromatic Colors of #A3B20B
Black with #A3B20B
Text Example
Text Example
White with #A3B20B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B20B; }
p { color: rgb(163,178,11); }
H1.HeaderClassName
{
color: #A3B20B;
}
.AnyTagClassName
{
color: #A3B20B;
}
</style>
background-color css
<style>
a { background-color: #A3B20B; }
a { background-color: rgb(163,178,11); }
div.DivClassName
{
background-color: #A3B20B;
}
.BgClassName
{
background-color: #A3B20B;
}
</style>
border-color css
<style>
span { border-color: #A3B20B; }
span { border-color: rgb(163,178,11); }
td.TdClassName
{
border-color: #A3B20B;
}
.TagClassName
{
border-color: #A3B20B;
}
</style>