Shades of Citrus #A8B10B
Tints of Citrus #A8B10B
RGB
CMYK
RGB Variations
Color information
#A8B10B (or 0xA8B10B) is known color: Citrus. HEX triplet: A8, B1 and 0B. RGB value is (168,177,11). Sum of RGB (Red+Green+Blue) = 168+177+11=356 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.19% from 356); Green value is 177 (69.53% from 255 or 49.72% from 356); Blue value is 11 (4.69% from 255 or 3.09% from 356); Max value from RGB is 177 - color contains mainly: green. Hex color #A8B10B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8B10B is #574EF4. Grayscale: #9C9C9C. Windows color (decimal): -5721845 or 766376. OLE color: 766376.
HSL color Cylindrical-coordinate representation of color #A8B10B: hue angle of 63.25º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A8B10B is Cyan = 0.05, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 177 | 11 | - |
| CMYK | 0.05 | 0 | 0.94 | 0.31 |
| HSL | 63.25º | 0.88% | 0.37% | - |
| HSV(B) | 63.25º | 0.94% | 0.69% | - |
| XYZ | 31.93 | 39.79 | 6.31 | - |
| YUV | 155.39 | 46.52 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 177 | 11 | 0.05 | 0 | 0.94 | 0.31 | 63.25 | 0.88 | 0.37 |
| Hex | A8 | B1 | B | 5 | 0 | 5E | 1F | 3F | 58 | 25 |
| Octal | 250 | 261 | 13 | 5 | 0 | 136 | 37 | 77 | 130 | 45 |
| Binary | 10101000 | 10110001 | 1011 | 101 | 0 | 1011110 | 11111 | 111111 | 1011000 | 100101 |
Color Harmonies of #A8B10B
Complementary color
Monochromatic Colors of #A8B10B
Black with #A8B10B
Text Example
Text Example
White with #A8B10B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B10B; }
p { color: rgb(168,177,11); }
H1.HeaderClassName
{
color: #A8B10B;
}
.AnyTagClassName
{
color: #A8B10B;
}
</style>
background-color css
<style>
a { background-color: #A8B10B; }
a { background-color: rgb(168,177,11); }
div.DivClassName
{
background-color: #A8B10B;
}
.BgClassName
{
background-color: #A8B10B;
}
</style>
border-color css
<style>
span { border-color: #A8B10B; }
span { border-color: rgb(168,177,11); }
td.TdClassName
{
border-color: #A8B10B;
}
.TagClassName
{
border-color: #A8B10B;
}
</style>