Shades of Citrus #A3B103
Tints of Citrus #A3B103
RGB
CMYK
RGB Variations
Color information
#A3B103 (or 0xA3B103) is known color: Citrus. HEX triplet: A3, B1 and 03. RGB value is (163,177,3). Sum of RGB (Red+Green+Blue) = 163+177+3=343 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.52% from 343); Green value is 177 (69.53% from 255 or 51.60% from 343); Blue value is 3 (1.56% from 255 or 0.87% from 343); Max value from RGB is 177 - color contains mainly: green. Hex color #A3B103 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A3B103 is #5C4EFC. Grayscale: #999999. Windows color (decimal): -6049533 or 242083. OLE color: 242083.
HSL color Cylindrical-coordinate representation of color #A3B103: hue angle of 64.83º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A3B103 is Cyan = 0.08, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 177 | 3 | - |
| CMYK | 0.08 | 0 | 0.98 | 0.31 |
| HSL | 64.83º | 0.97% | 0.35% | - |
| HSV(B) | 64.83º | 0.98% | 0.69% | - |
| XYZ | 30.84 | 39.24 | 6.03 | - |
| YUV | 152.98 | 43.36 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 177 | 3 | 0.08 | 0 | 0.98 | 0.31 | 64.83 | 0.97 | 0.35 |
| Hex | A3 | B1 | 3 | 8 | 0 | 62 | 1F | 41 | 61 | 23 |
| Octal | 243 | 261 | 3 | 10 | 0 | 142 | 37 | 101 | 141 | 43 |
| Binary | 10100011 | 10110001 | 11 | 1000 | 0 | 1100010 | 11111 | 1000001 | 1100001 | 100011 |
Color Harmonies of #A3B103
Complementary color
Monochromatic Colors of #A3B103
Black with #A3B103
Text Example
Text Example
White with #A3B103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B103; }
p { color: rgb(163,177,3); }
H1.HeaderClassName
{
color: #A3B103;
}
.AnyTagClassName
{
color: #A3B103;
}
</style>
background-color css
<style>
a { background-color: #A3B103; }
a { background-color: rgb(163,177,3); }
div.DivClassName
{
background-color: #A3B103;
}
.BgClassName
{
background-color: #A3B103;
}
</style>
border-color css
<style>
span { border-color: #A3B103; }
span { border-color: rgb(163,177,3); }
td.TdClassName
{
border-color: #A3B103;
}
.TagClassName
{
border-color: #A3B103;
}
</style>