Shades of Citrus #A1B605
Tints of Citrus #A1B605
RGB
CMYK
RGB Variations
Color information
#A1B605 (or 0xA1B605) is known color: Citrus. HEX triplet: A1, B6 and 05. RGB value is (161,182,5). Sum of RGB (Red+Green+Blue) = 161+182+5=348 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.26% from 348); Green value is 182 (71.48% from 255 or 52.30% from 348); Blue value is 5 (2.34% from 255 or 1.44% from 348); Max value from RGB is 182 - color contains mainly: green. Hex color #A1B605 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1B605 is #5E49FA. Grayscale: #9C9C9C. Windows color (decimal): -6179323 or 374433. OLE color: 374433.
HSL color Cylindrical-coordinate representation of color #A1B605: hue angle of 67.12º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A1B605 is Cyan = 0.12, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 182 | 5 | - |
| CMYK | 0.12 | 0 | 0.97 | 0.29 |
| HSL | 67.12º | 0.95% | 0.37% | - |
| HSV(B) | 67.12º | 0.97% | 0.71% | - |
| XYZ | 31.45 | 41.04 | 6.41 | - |
| YUV | 155.54 | 43.04 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 182 | 5 | 0.12 | 0 | 0.97 | 0.29 | 67.12 | 0.95 | 0.37 |
| Hex | A1 | B6 | 5 | C | 0 | 61 | 1D | 43 | 5F | 25 |
| Octal | 241 | 266 | 5 | 14 | 0 | 141 | 35 | 103 | 137 | 45 |
| Binary | 10100001 | 10110110 | 101 | 1100 | 0 | 1100001 | 11101 | 1000011 | 1011111 | 100101 |
Color Harmonies of #A1B605
Complementary color
Monochromatic Colors of #A1B605
Black with #A1B605
Text Example
Text Example
White with #A1B605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B605; }
p { color: rgb(161,182,5); }
H1.HeaderClassName
{
color: #A1B605;
}
.AnyTagClassName
{
color: #A1B605;
}
</style>
background-color css
<style>
a { background-color: #A1B605; }
a { background-color: rgb(161,182,5); }
div.DivClassName
{
background-color: #A1B605;
}
.BgClassName
{
background-color: #A1B605;
}
</style>
border-color css
<style>
span { border-color: #A1B605; }
span { border-color: rgb(161,182,5); }
td.TdClassName
{
border-color: #A1B605;
}
.TagClassName
{
border-color: #A1B605;
}
</style>