Shades of Citrus #A8B105
Tints of Citrus #A8B105
RGB
CMYK
RGB Variations
Color information
#A8B105 (or 0xA8B105) is known color: Citrus. HEX triplet: A8, B1 and 05. RGB value is (168,177,5). Sum of RGB (Red+Green+Blue) = 168+177+5=350 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48% from 350); Green value is 177 (69.53% from 255 or 50.57% from 350); Blue value is 5 (2.34% from 255 or 1.43% from 350); Max value from RGB is 177 - color contains mainly: green. Hex color #A8B105 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8B105 is #574EFA. Grayscale: #9B9B9B. Windows color (decimal): -5721851 or 373160. OLE color: 373160.
HSL color Cylindrical-coordinate representation of color #A8B105: hue angle of 63.14º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A8B105 is Cyan = 0.05, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 177 | 5 | - |
| CMYK | 0.05 | 0 | 0.97 | 0.31 |
| HSL | 63.14º | 0.95% | 0.36% | - |
| HSV(B) | 63.14º | 0.97% | 0.69% | - |
| XYZ | 31.9 | 39.78 | 6.14 | - |
| YUV | 154.7 | 43.52 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 177 | 5 | 0.05 | 0 | 0.97 | 0.31 | 63.14 | 0.95 | 0.36 |
| Hex | A8 | B1 | 5 | 5 | 0 | 61 | 1F | 3F | 5F | 24 |
| Octal | 250 | 261 | 5 | 5 | 0 | 141 | 37 | 77 | 137 | 44 |
| Binary | 10101000 | 10110001 | 101 | 101 | 0 | 1100001 | 11111 | 111111 | 1011111 | 100100 |
Color Harmonies of #A8B105
Complementary color
Monochromatic Colors of #A8B105
Black with #A8B105
Text Example
Text Example
White with #A8B105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B105; }
p { color: rgb(168,177,5); }
H1.HeaderClassName
{
color: #A8B105;
}
.AnyTagClassName
{
color: #A8B105;
}
</style>
background-color css
<style>
a { background-color: #A8B105; }
a { background-color: rgb(168,177,5); }
div.DivClassName
{
background-color: #A8B105;
}
.BgClassName
{
background-color: #A8B105;
}
</style>
border-color css
<style>
span { border-color: #A8B105; }
span { border-color: rgb(168,177,5); }
td.TdClassName
{
border-color: #A8B105;
}
.TagClassName
{
border-color: #A8B105;
}
</style>