Shades of Citrus #A4B505
Tints of Citrus #A4B505
RGB
CMYK
RGB Variations
Color information
#A4B505 (or 0xA4B505) is known color: Citrus. HEX triplet: A4, B5 and 05. RGB value is (164,181,5). Sum of RGB (Red+Green+Blue) = 164+181+5=350 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.86% from 350); Green value is 181 (71.09% from 255 or 51.71% from 350); Blue value is 5 (2.34% from 255 or 1.43% from 350); Max value from RGB is 181 - color contains mainly: green. Hex color #A4B505 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4B505 is #5B4AFA. Grayscale: #9C9C9C. Windows color (decimal): -5982971 or 374180. OLE color: 374180.
HSL color Cylindrical-coordinate representation of color #A4B505: hue angle of 65.8º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A4B505 is Cyan = 0.09, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 164 | 181 | 5 | - |
| CMYK | 0.09 | 0 | 0.97 | 0.29 |
| HSL | 65.8º | 0.95% | 0.36% | - |
| HSV(B) | 65.8º | 0.97% | 0.71% | - |
| XYZ | 31.86 | 40.95 | 6.37 | - |
| YUV | 155.85 | 42.87 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 181 | 5 | 0.09 | 0 | 0.97 | 0.29 | 65.8 | 0.95 | 0.36 |
| Hex | A4 | B5 | 5 | 9 | 0 | 61 | 1D | 42 | 5F | 24 |
| Octal | 244 | 265 | 5 | 11 | 0 | 141 | 35 | 102 | 137 | 44 |
| Binary | 10100100 | 10110101 | 101 | 1001 | 0 | 1100001 | 11101 | 1000010 | 1011111 | 100100 |
Color Harmonies of #A4B505
Complementary color
Monochromatic Colors of #A4B505
Black with #A4B505
Text Example
Text Example
White with #A4B505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B505; }
p { color: rgb(164,181,5); }
H1.HeaderClassName
{
color: #A4B505;
}
.AnyTagClassName
{
color: #A4B505;
}
</style>
background-color css
<style>
a { background-color: #A4B505; }
a { background-color: rgb(164,181,5); }
div.DivClassName
{
background-color: #A4B505;
}
.BgClassName
{
background-color: #A4B505;
}
</style>
border-color css
<style>
span { border-color: #A4B505; }
span { border-color: rgb(164,181,5); }
td.TdClassName
{
border-color: #A4B505;
}
.TagClassName
{
border-color: #A4B505;
}
</style>