Shades of Citrus #A4B808
Tints of Citrus #A4B808
RGB
CMYK
RGB Variations
Color information
#A4B808 (or 0xA4B808) is known color: Citrus. HEX triplet: A4, B8 and 08. RGB value is (164,184,8). Sum of RGB (Red+Green+Blue) = 164+184+8=356 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.07% from 356); Green value is 184 (72.27% from 255 or 51.69% from 356); Blue value is 8 (3.52% from 255 or 2.25% from 356); Max value from RGB is 184 - color contains mainly: green. Hex color #A4B808 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4B808 is #5B47F7. Grayscale: #9E9E9E. Windows color (decimal): -5982200 or 571556. OLE color: 571556.
HSL color Cylindrical-coordinate representation of color #A4B808: hue angle of 66.82º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A4B808 is Cyan = 0.11, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 164 | 184 | 8 | - |
| CMYK | 0.11 | 0 | 0.96 | 0.28 |
| HSL | 66.82º | 0.92% | 0.38% | - |
| HSV(B) | 66.82º | 0.96% | 0.72% | - |
| XYZ | 32.49 | 42.19 | 6.66 | - |
| YUV | 157.96 | 43.37 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 184 | 8 | 0.11 | 0 | 0.96 | 0.28 | 66.82 | 0.92 | 0.38 |
| Hex | A4 | B8 | 8 | B | 0 | 60 | 1C | 43 | 5C | 26 |
| Octal | 244 | 270 | 10 | 13 | 0 | 140 | 34 | 103 | 134 | 46 |
| Binary | 10100100 | 10111000 | 1000 | 1011 | 0 | 1100000 | 11100 | 1000011 | 1011100 | 100110 |
Color Harmonies of #A4B808
Complementary color
Monochromatic Colors of #A4B808
Black with #A4B808
Text Example
Text Example
White with #A4B808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B808; }
p { color: rgb(164,184,8); }
H1.HeaderClassName
{
color: #A4B808;
}
.AnyTagClassName
{
color: #A4B808;
}
</style>
background-color css
<style>
a { background-color: #A4B808; }
a { background-color: rgb(164,184,8); }
div.DivClassName
{
background-color: #A4B808;
}
.BgClassName
{
background-color: #A4B808;
}
</style>
border-color css
<style>
span { border-color: #A4B808; }
span { border-color: rgb(164,184,8); }
td.TdClassName
{
border-color: #A4B808;
}
.TagClassName
{
border-color: #A4B808;
}
</style>