Shades of Citrus #A1B008
Tints of Citrus #A1B008
RGB
CMYK
RGB Variations
Color information
#A1B008 (or 0xA1B008) is known color: Citrus. HEX triplet: A1, B0 and 08. RGB value is (161,176,8). Sum of RGB (Red+Green+Blue) = 161+176+8=345 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.67% from 345); Green value is 176 (69.14% from 255 or 51.01% from 345); Blue value is 8 (3.52% from 255 or 2.32% from 345); Max value from RGB is 176 - color contains mainly: green. Hex color #A1B008 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1B008 is #5E4FF7. Grayscale: #999999. Windows color (decimal): -6180856 or 569505. OLE color: 569505.
HSL color Cylindrical-coordinate representation of color #A1B008: hue angle of 65.36º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A1B008 is Cyan = 0.09, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 176 | 8 | - |
| CMYK | 0.09 | 0 | 0.95 | 0.31 |
| HSL | 65.36º | 0.91% | 0.36% | - |
| HSV(B) | 65.36º | 0.95% | 0.69% | - |
| XYZ | 30.27 | 38.65 | 6.09 | - |
| YUV | 152.36 | 46.53 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 176 | 8 | 0.09 | 0 | 0.95 | 0.31 | 65.36 | 0.91 | 0.36 |
| Hex | A1 | B0 | 8 | 9 | 0 | 5F | 1F | 41 | 5B | 24 |
| Octal | 241 | 260 | 10 | 11 | 0 | 137 | 37 | 101 | 133 | 44 |
| Binary | 10100001 | 10110000 | 1000 | 1001 | 0 | 1011111 | 11111 | 1000001 | 1011011 | 100100 |
Color Harmonies of #A1B008
Complementary color
Monochromatic Colors of #A1B008
Black with #A1B008
Text Example
Text Example
White with #A1B008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B008; }
p { color: rgb(161,176,8); }
H1.HeaderClassName
{
color: #A1B008;
}
.AnyTagClassName
{
color: #A1B008;
}
</style>
background-color css
<style>
a { background-color: #A1B008; }
a { background-color: rgb(161,176,8); }
div.DivClassName
{
background-color: #A1B008;
}
.BgClassName
{
background-color: #A1B008;
}
</style>
border-color css
<style>
span { border-color: #A1B008; }
span { border-color: rgb(161,176,8); }
td.TdClassName
{
border-color: #A1B008;
}
.TagClassName
{
border-color: #A1B008;
}
</style>