Shades of Citrus #A1B504
Tints of Citrus #A1B504
RGB
CMYK
RGB Variations
Color information
#A1B504 (or 0xA1B504) is known color: Citrus. HEX triplet: A1, B5 and 04. RGB value is (161,181,4). Sum of RGB (Red+Green+Blue) = 161+181+4=346 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.53% from 346); Green value is 181 (71.09% from 255 or 52.31% from 346); Blue value is 4 (1.95% from 255 or 1.16% from 346); Max value from RGB is 181 - color contains mainly: green. Hex color #A1B504 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1B504 is #5E4AFB. Grayscale: #9B9B9B. Windows color (decimal): -6179580 or 308641. OLE color: 308641.
HSL color Cylindrical-coordinate representation of color #A1B504: hue angle of 66.78º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A1B504 is Cyan = 0.11, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 181 | 4 | - |
| CMYK | 0.11 | 0 | 0.98 | 0.29 |
| HSL | 66.78º | 0.96% | 0.36% | - |
| HSV(B) | 66.78º | 0.98% | 0.71% | - |
| XYZ | 31.24 | 40.63 | 6.31 | - |
| YUV | 154.84 | 42.87 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 181 | 4 | 0.11 | 0 | 0.98 | 0.29 | 66.78 | 0.96 | 0.36 |
| Hex | A1 | B5 | 4 | B | 0 | 62 | 1D | 43 | 60 | 24 |
| Octal | 241 | 265 | 4 | 13 | 0 | 142 | 35 | 103 | 140 | 44 |
| Binary | 10100001 | 10110101 | 100 | 1011 | 0 | 1100010 | 11101 | 1000011 | 1100000 | 100100 |
Color Harmonies of #A1B504
Complementary color
Monochromatic Colors of #A1B504
Black with #A1B504
Text Example
Text Example
White with #A1B504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B504; }
p { color: rgb(161,181,4); }
H1.HeaderClassName
{
color: #A1B504;
}
.AnyTagClassName
{
color: #A1B504;
}
</style>
background-color css
<style>
a { background-color: #A1B504; }
a { background-color: rgb(161,181,4); }
div.DivClassName
{
background-color: #A1B504;
}
.BgClassName
{
background-color: #A1B504;
}
</style>
border-color css
<style>
span { border-color: #A1B504; }
span { border-color: rgb(161,181,4); }
td.TdClassName
{
border-color: #A1B504;
}
.TagClassName
{
border-color: #A1B504;
}
</style>