Shades of Citrus #ADB507
Tints of Citrus #ADB507
RGB
CMYK
RGB Variations
Color information
#ADB507 (or 0xADB507) is known color: Citrus. HEX triplet: AD, B5 and 07. RGB value is (173,181,7). Sum of RGB (Red+Green+Blue) = 173+181+7=361 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.92% from 361); Green value is 181 (71.09% from 255 or 50.14% from 361); Blue value is 7 (3.12% from 255 or 1.94% from 361); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB507 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB507 is #524AF8. Grayscale: #9F9F9F. Windows color (decimal): -5393145 or 505261. OLE color: 505261.
HSL color Cylindrical-coordinate representation of color #ADB507: hue angle of 62.76º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ADB507 is Cyan = 0.04, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 181 | 7 | - |
| CMYK | 0.04 | 0 | 0.96 | 0.29 |
| HSL | 62.76º | 0.93% | 0.37% | - |
| HSV(B) | 62.76º | 0.96% | 0.71% | - |
| XYZ | 33.8 | 41.95 | 6.52 | - |
| YUV | 158.77 | 42.35 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 181 | 7 | 0.04 | 0 | 0.96 | 0.29 | 62.76 | 0.93 | 0.37 |
| Hex | AD | B5 | 7 | 4 | 0 | 60 | 1D | 3F | 5D | 25 |
| Octal | 255 | 265 | 7 | 4 | 0 | 140 | 35 | 77 | 135 | 45 |
| Binary | 10101101 | 10110101 | 111 | 100 | 0 | 1100000 | 11101 | 111111 | 1011101 | 100101 |
Color Harmonies of #ADB507
Complementary color
Monochromatic Colors of #ADB507
Black with #ADB507
Text Example
Text Example
White with #ADB507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB507; }
p { color: rgb(173,181,7); }
H1.HeaderClassName
{
color: #ADB507;
}
.AnyTagClassName
{
color: #ADB507;
}
</style>
background-color css
<style>
a { background-color: #ADB507; }
a { background-color: rgb(173,181,7); }
div.DivClassName
{
background-color: #ADB507;
}
.BgClassName
{
background-color: #ADB507;
}
</style>
border-color css
<style>
span { border-color: #ADB507; }
span { border-color: rgb(173,181,7); }
td.TdClassName
{
border-color: #ADB507;
}
.TagClassName
{
border-color: #ADB507;
}
</style>