Shades of Citrus #A1BF06
Tints of Citrus #A1BF06
RGB
CMYK
RGB Variations
Color information
#A1BF06 (or 0xA1BF06) is known color: Citrus. HEX triplet: A1, BF and 06. RGB value is (161,191,6). Sum of RGB (Red+Green+Blue) = 161+191+6=358 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.97% from 358); Green value is 191 (75% from 255 or 53.35% from 358); Blue value is 6 (2.73% from 255 or 1.68% from 358); Max value from RGB is 191 - color contains mainly: green. Hex color #A1BF06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1BF06 is #5E40F9. Grayscale: #A1A1A1. Windows color (decimal): -6177018 or 442273. OLE color: 442273.
HSL color Cylindrical-coordinate representation of color #A1BF06: hue angle of 69.73º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A1BF06 is Cyan = 0.16, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 191 | 6 | - |
| CMYK | 0.16 | 0 | 0.97 | 0.25 |
| HSL | 69.73º | 0.94% | 0.39% | - |
| HSV(B) | 69.73º | 0.97% | 0.75% | - |
| XYZ | 33.36 | 44.85 | 7.07 | - |
| YUV | 160.94 | 40.56 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 191 | 6 | 0.16 | 0 | 0.97 | 0.25 | 69.73 | 0.94 | 0.39 |
| Hex | A1 | BF | 6 | 10 | 0 | 61 | 19 | 46 | 5E | 27 |
| Octal | 241 | 277 | 6 | 20 | 0 | 141 | 31 | 106 | 136 | 47 |
| Binary | 10100001 | 10111111 | 110 | 10000 | 0 | 1100001 | 11001 | 1000110 | 1011110 | 100111 |
Color Harmonies of #A1BF06
Complementary color
Monochromatic Colors of #A1BF06
Black with #A1BF06
Text Example
Text Example
White with #A1BF06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BF06; }
p { color: rgb(161,191,6); }
H1.HeaderClassName
{
color: #A1BF06;
}
.AnyTagClassName
{
color: #A1BF06;
}
</style>
background-color css
<style>
a { background-color: #A1BF06; }
a { background-color: rgb(161,191,6); }
div.DivClassName
{
background-color: #A1BF06;
}
.BgClassName
{
background-color: #A1BF06;
}
</style>
border-color css
<style>
span { border-color: #A1BF06; }
span { border-color: rgb(161,191,6); }
td.TdClassName
{
border-color: #A1BF06;
}
.TagClassName
{
border-color: #A1BF06;
}
</style>