Shades of Citrus #A8B512
Tints of Citrus #A8B512
RGB
CMYK
RGB Variations
Color information
#A8B512 (or 0xA8B512) is known color: Citrus. HEX triplet: A8, B5 and 12. RGB value is (168,181,18). Sum of RGB (Red+Green+Blue) = 168+181+18=367 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.78% from 367); Green value is 181 (71.09% from 255 or 49.32% from 367); Blue value is 18 (7.42% from 255 or 4.90% from 367); Max value from RGB is 181 - color contains mainly: green. Hex color #A8B512 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8B512 is #574AED. Grayscale: #9F9F9F. Windows color (decimal): -5720814 or 1226152. OLE color: 1226152.
HSL color Cylindrical-coordinate representation of color #A8B512: hue angle of 64.79º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A8B512 is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 181 | 18 | - |
| CMYK | 0.07 | 0 | 0.90 | 0.29 |
| HSL | 64.79º | 0.82% | 0.39% | - |
| HSV(B) | 64.79º | 0.9% | 0.71% | - |
| XYZ | 32.78 | 41.42 | 6.84 | - |
| YUV | 158.53 | 48.69 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 181 | 18 | 0.07 | 0 | 0.90 | 0.29 | 64.79 | 0.82 | 0.39 |
| Hex | A8 | B5 | 12 | 7 | 0 | 5A | 1D | 41 | 52 | 27 |
| Octal | 250 | 265 | 22 | 7 | 0 | 132 | 35 | 101 | 122 | 47 |
| Binary | 10101000 | 10110101 | 10010 | 111 | 0 | 1011010 | 11101 | 1000001 | 1010010 | 100111 |
Color Harmonies of #A8B512
Complementary color
Monochromatic Colors of #A8B512
Black with #A8B512
Text Example
Text Example
White with #A8B512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B512; }
p { color: rgb(168,181,18); }
H1.HeaderClassName
{
color: #A8B512;
}
.AnyTagClassName
{
color: #A8B512;
}
</style>
background-color css
<style>
a { background-color: #A8B512; }
a { background-color: rgb(168,181,18); }
div.DivClassName
{
background-color: #A8B512;
}
.BgClassName
{
background-color: #A8B512;
}
</style>
border-color css
<style>
span { border-color: #A8B512; }
span { border-color: rgb(168,181,18); }
td.TdClassName
{
border-color: #A8B512;
}
.TagClassName
{
border-color: #A8B512;
}
</style>