Shades of Citrus #A1B302
Tints of Citrus #A1B302
RGB
CMYK
RGB Variations
Color information
#A1B302 (or 0xA1B302) is known color: Citrus. HEX triplet: A1, B3 and 02. RGB value is (161,179,2). Sum of RGB (Red+Green+Blue) = 161+179+2=342 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.08% from 342); Green value is 179 (70.31% from 255 or 52.34% from 342); Blue value is 2 (1.17% from 255 or 0.58% from 342); Max value from RGB is 179 - color contains mainly: green. Hex color #A1B302 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1B302 is #5E4CFD. Grayscale: #9A9A9A. Windows color (decimal): -6180094 or 177057. OLE color: 177057.
HSL color Cylindrical-coordinate representation of color #A1B302: hue angle of 66.1º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A1B302 is Cyan = 0.10, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 161 | 179 | 2 | - |
| CMYK | 0.10 | 0 | 0.99 | 0.30 |
| HSL | 66.1º | 0.98% | 0.35% | - |
| HSV(B) | 66.1º | 0.99% | 0.7% | - |
| XYZ | 30.83 | 39.82 | 6.12 | - |
| YUV | 153.44 | 42.54 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 179 | 2 | 0.10 | 0 | 0.99 | 0.30 | 66.1 | 0.98 | 0.35 |
| Hex | A1 | B3 | 2 | A | 0 | 63 | 1E | 42 | 62 | 23 |
| Octal | 241 | 263 | 2 | 12 | 0 | 143 | 36 | 102 | 142 | 43 |
| Binary | 10100001 | 10110011 | 10 | 1010 | 0 | 1100011 | 11110 | 1000010 | 1100010 | 100011 |
Color Harmonies of #A1B302
Complementary color
Monochromatic Colors of #A1B302
Black with #A1B302
Text Example
Text Example
White with #A1B302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B302; }
p { color: rgb(161,179,2); }
H1.HeaderClassName
{
color: #A1B302;
}
.AnyTagClassName
{
color: #A1B302;
}
</style>
background-color css
<style>
a { background-color: #A1B302; }
a { background-color: rgb(161,179,2); }
div.DivClassName
{
background-color: #A1B302;
}
.BgClassName
{
background-color: #A1B302;
}
</style>
border-color css
<style>
span { border-color: #A1B302; }
span { border-color: rgb(161,179,2); }
td.TdClassName
{
border-color: #A1B302;
}
.TagClassName
{
border-color: #A1B302;
}
</style>