Shades of Citrus #A3B002
Tints of Citrus #A3B002
RGB
CMYK
RGB Variations
Color information
#A3B002 (or 0xA3B002) is known color: Citrus. HEX triplet: A3, B0 and 02. RGB value is (163,176,2). Sum of RGB (Red+Green+Blue) = 163+176+2=341 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.80% from 341); Green value is 176 (69.14% from 255 or 51.61% from 341); Blue value is 2 (1.17% from 255 or 0.59% from 341); Max value from RGB is 176 - color contains mainly: green. Hex color #A3B002 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A3B002 is #5C4FFD. Grayscale: #989898. Windows color (decimal): -6049790 or 176291. OLE color: 176291.
HSL color Cylindrical-coordinate representation of color #A3B002: hue angle of 64.48º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A3B002 is Cyan = 0.07, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 176 | 2 | - |
| CMYK | 0.07 | 0 | 0.99 | 0.31 |
| HSL | 64.48º | 0.98% | 0.35% | - |
| HSV(B) | 64.48º | 0.99% | 0.69% | - |
| XYZ | 30.64 | 38.84 | 5.94 | - |
| YUV | 152.28 | 43.19 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 176 | 2 | 0.07 | 0 | 0.99 | 0.31 | 64.48 | 0.98 | 0.35 |
| Hex | A3 | B0 | 2 | 7 | 0 | 63 | 1F | 40 | 62 | 23 |
| Octal | 243 | 260 | 2 | 7 | 0 | 143 | 37 | 100 | 142 | 43 |
| Binary | 10100011 | 10110000 | 10 | 111 | 0 | 1100011 | 11111 | 1000000 | 1100010 | 100011 |
Color Harmonies of #A3B002
Complementary color
Monochromatic Colors of #A3B002
Black with #A3B002
Text Example
Text Example
White with #A3B002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B002; }
p { color: rgb(163,176,2); }
H1.HeaderClassName
{
color: #A3B002;
}
.AnyTagClassName
{
color: #A3B002;
}
</style>
background-color css
<style>
a { background-color: #A3B002; }
a { background-color: rgb(163,176,2); }
div.DivClassName
{
background-color: #A3B002;
}
.BgClassName
{
background-color: #A3B002;
}
</style>
border-color css
<style>
span { border-color: #A3B002; }
span { border-color: rgb(163,176,2); }
td.TdClassName
{
border-color: #A3B002;
}
.TagClassName
{
border-color: #A3B002;
}
</style>