Shades of Citrus #A8B101
Tints of Citrus #A8B101
RGB
CMYK
RGB Variations
Color information
#A8B101 (or 0xA8B101) is known color: Citrus. HEX triplet: A8, B1 and 01. RGB value is (168,177,1). Sum of RGB (Red+Green+Blue) = 168+177+1=346 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.55% from 346); Green value is 177 (69.53% from 255 or 51.16% from 346); Blue value is 1 (0.78% from 255 or 0.29% from 346); Max value from RGB is 177 - color contains mainly: green. Hex color #A8B101 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8B101 is #574EFE. Grayscale: #9A9A9A. Windows color (decimal): -5721855 or 111016. OLE color: 111016.
HSL color Cylindrical-coordinate representation of color #A8B101: hue angle of 63.07º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A8B101 is Cyan = 0.05, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 177 | 1 | - |
| CMYK | 0.05 | 0 | 0.99 | 0.31 |
| HSL | 63.07º | 0.99% | 0.35% | - |
| HSV(B) | 63.07º | 0.99% | 0.69% | - |
| XYZ | 31.88 | 39.77 | 6.03 | - |
| YUV | 154.25 | 41.52 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 177 | 1 | 0.05 | 0 | 0.99 | 0.31 | 63.07 | 0.99 | 0.35 |
| Hex | A8 | B1 | 1 | 5 | 0 | 63 | 1F | 3F | 63 | 23 |
| Octal | 250 | 261 | 1 | 5 | 0 | 143 | 37 | 77 | 143 | 43 |
| Binary | 10101000 | 10110001 | 1 | 101 | 0 | 1100011 | 11111 | 111111 | 1100011 | 100011 |
Color Harmonies of #A8B101
Complementary color
Monochromatic Colors of #A8B101
Black with #A8B101
Text Example
Text Example
White with #A8B101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B101; }
p { color: rgb(168,177,1); }
H1.HeaderClassName
{
color: #A8B101;
}
.AnyTagClassName
{
color: #A8B101;
}
</style>
background-color css
<style>
a { background-color: #A8B101; }
a { background-color: rgb(168,177,1); }
div.DivClassName
{
background-color: #A8B101;
}
.BgClassName
{
background-color: #A8B101;
}
</style>
border-color css
<style>
span { border-color: #A8B101; }
span { border-color: rgb(168,177,1); }
td.TdClassName
{
border-color: #A8B101;
}
.TagClassName
{
border-color: #A8B101;
}
</style>