Shades of Citrus #ADB012
Tints of Citrus #ADB012
RGB
CMYK
RGB Variations
Color information
#ADB012 (or 0xADB012) is known color: Citrus. HEX triplet: AD, B0 and 12. RGB value is (173,176,18). Sum of RGB (Red+Green+Blue) = 173+176+18=367 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.14% from 367); Green value is 176 (69.14% from 255 or 47.96% from 367); Blue value is 18 (7.42% from 255 or 4.90% from 367); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB012 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADB012 is #524FED. Grayscale: #9D9D9D. Windows color (decimal): -5394414 or 1224877. OLE color: 1224877.
HSL color Cylindrical-coordinate representation of color #ADB012: hue angle of 61.14º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ADB012 is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 176 | 18 | - |
| CMYK | 0.02 | 0 | 0.90 | 0.31 |
| HSL | 61.14º | 0.81% | 0.38% | - |
| HSV(B) | 61.14º | 0.9% | 0.69% | - |
| XYZ | 32.87 | 39.98 | 6.56 | - |
| YUV | 157.09 | 49.51 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 176 | 18 | 0.02 | 0 | 0.90 | 0.31 | 61.14 | 0.81 | 0.38 |
| Hex | AD | B0 | 12 | 2 | 0 | 5A | 1F | 3D | 51 | 26 |
| Octal | 255 | 260 | 22 | 2 | 0 | 132 | 37 | 75 | 121 | 46 |
| Binary | 10101101 | 10110000 | 10010 | 10 | 0 | 1011010 | 11111 | 111101 | 1010001 | 100110 |
Color Harmonies of #ADB012
Complementary color
Monochromatic Colors of #ADB012
Black with #ADB012
Text Example
Text Example
White with #ADB012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB012; }
p { color: rgb(173,176,18); }
H1.HeaderClassName
{
color: #ADB012;
}
.AnyTagClassName
{
color: #ADB012;
}
</style>
background-color css
<style>
a { background-color: #ADB012; }
a { background-color: rgb(173,176,18); }
div.DivClassName
{
background-color: #ADB012;
}
.BgClassName
{
background-color: #ADB012;
}
</style>
border-color css
<style>
span { border-color: #ADB012; }
span { border-color: rgb(173,176,18); }
td.TdClassName
{
border-color: #ADB012;
}
.TagClassName
{
border-color: #ADB012;
}
</style>