Shades of Citrus #A1BD0F
Tints of Citrus #A1BD0F
RGB
CMYK
RGB Variations
Color information
#A1BD0F (or 0xA1BD0F) is known color: Citrus. HEX triplet: A1, BD and 0F. RGB value is (161,189,15). Sum of RGB (Red+Green+Blue) = 161+189+15=365 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.11% from 365); Green value is 189 (74.22% from 255 or 51.78% from 365); Blue value is 15 (6.25% from 255 or 4.11% from 365); Max value from RGB is 189 - color contains mainly: green. Hex color #A1BD0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1BD0F is #5E42F0. Grayscale: #A1A1A1. Windows color (decimal): -6177521 or 1031585. OLE color: 1031585.
HSL color Cylindrical-coordinate representation of color #A1BD0F: hue angle of 69.66º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A1BD0F is Cyan = 0.15, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 189 | 15 | - |
| CMYK | 0.15 | 0 | 0.92 | 0.26 |
| HSL | 69.66º | 0.85% | 0.4% | - |
| HSV(B) | 69.66º | 0.92% | 0.74% | - |
| XYZ | 32.98 | 44.01 | 7.21 | - |
| YUV | 160.79 | 45.72 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 189 | 15 | 0.15 | 0 | 0.92 | 0.26 | 69.66 | 0.85 | 0.4 |
| Hex | A1 | BD | F | F | 0 | 5C | 1A | 46 | 55 | 28 |
| Octal | 241 | 275 | 17 | 17 | 0 | 134 | 32 | 106 | 125 | 50 |
| Binary | 10100001 | 10111101 | 1111 | 1111 | 0 | 1011100 | 11010 | 1000110 | 1010101 | 101000 |
Color Harmonies of #A1BD0F
Complementary color
Monochromatic Colors of #A1BD0F
Black with #A1BD0F
Text Example
Text Example
White with #A1BD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BD0F; }
p { color: rgb(161,189,15); }
H1.HeaderClassName
{
color: #A1BD0F;
}
.AnyTagClassName
{
color: #A1BD0F;
}
</style>
background-color css
<style>
a { background-color: #A1BD0F; }
a { background-color: rgb(161,189,15); }
div.DivClassName
{
background-color: #A1BD0F;
}
.BgClassName
{
background-color: #A1BD0F;
}
</style>
border-color css
<style>
span { border-color: #A1BD0F; }
span { border-color: rgb(161,189,15); }
td.TdClassName
{
border-color: #A1BD0F;
}
.TagClassName
{
border-color: #A1BD0F;
}
</style>