Shades of Citrus #A1B415
Tints of Citrus #A1B415
RGB
CMYK
RGB Variations
Color information
#A1B415 (or 0xA1B415) is known color: Citrus. HEX triplet: A1, B4 and 15. RGB value is (161,180,21). Sum of RGB (Red+Green+Blue) = 161+180+21=362 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.48% from 362); Green value is 180 (70.70% from 255 or 49.72% from 362); Blue value is 21 (8.59% from 255 or 5.80% from 362); Max value from RGB is 180 - color contains mainly: green. Hex color #A1B415 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1B415 is #5E4BEA. Grayscale: #9C9C9C. Windows color (decimal): -6179819 or 1422497. OLE color: 1422497.
HSL color Cylindrical-coordinate representation of color #A1B415: hue angle of 67.17º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A1B415 is Cyan = 0.11, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 180 | 21 | - |
| CMYK | 0.11 | 0 | 0.88 | 0.29 |
| HSL | 67.17º | 0.79% | 0.39% | - |
| HSV(B) | 67.17º | 0.88% | 0.71% | - |
| XYZ | 31.15 | 40.27 | 6.84 | - |
| YUV | 156.19 | 51.71 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 180 | 21 | 0.11 | 0 | 0.88 | 0.29 | 67.17 | 0.79 | 0.39 |
| Hex | A1 | B4 | 15 | B | 0 | 58 | 1D | 43 | 4F | 27 |
| Octal | 241 | 264 | 25 | 13 | 0 | 130 | 35 | 103 | 117 | 47 |
| Binary | 10100001 | 10110100 | 10101 | 1011 | 0 | 1011000 | 11101 | 1000011 | 1001111 | 100111 |
Color Harmonies of #A1B415
Complementary color
Monochromatic Colors of #A1B415
Black with #A1B415
Text Example
Text Example
White with #A1B415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B415; }
p { color: rgb(161,180,21); }
H1.HeaderClassName
{
color: #A1B415;
}
.AnyTagClassName
{
color: #A1B415;
}
</style>
background-color css
<style>
a { background-color: #A1B415; }
a { background-color: rgb(161,180,21); }
div.DivClassName
{
background-color: #A1B415;
}
.BgClassName
{
background-color: #A1B415;
}
</style>
border-color css
<style>
span { border-color: #A1B415; }
span { border-color: rgb(161,180,21); }
td.TdClassName
{
border-color: #A1B415;
}
.TagClassName
{
border-color: #A1B415;
}
</style>