Shades of Citrus #ADB312
Tints of Citrus #ADB312
RGB
CMYK
RGB Variations
Color information
#ADB312 (or 0xADB312) is known color: Citrus. HEX triplet: AD, B3 and 12. RGB value is (173,179,18). Sum of RGB (Red+Green+Blue) = 173+179+18=370 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.76% from 370); Green value is 179 (70.31% from 255 or 48.38% from 370); Blue value is 18 (7.42% from 255 or 4.86% from 370); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB312 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB312 is #524CED. Grayscale: #9F9F9F. Windows color (decimal): -5393646 or 1225645. OLE color: 1225645.
HSL color Cylindrical-coordinate representation of color #ADB312: hue angle of 62.24º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ADB312 is Cyan = 0.03, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 179 | 18 | - |
| CMYK | 0.03 | 0 | 0.90 | 0.30 |
| HSL | 62.24º | 0.82% | 0.39% | - |
| HSV(B) | 62.24º | 0.9% | 0.7% | - |
| XYZ | 33.46 | 41.17 | 6.75 | - |
| YUV | 158.85 | 48.51 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 179 | 18 | 0.03 | 0 | 0.90 | 0.30 | 62.24 | 0.82 | 0.39 |
| Hex | AD | B3 | 12 | 3 | 0 | 5A | 1E | 3E | 52 | 27 |
| Octal | 255 | 263 | 22 | 3 | 0 | 132 | 36 | 76 | 122 | 47 |
| Binary | 10101101 | 10110011 | 10010 | 11 | 0 | 1011010 | 11110 | 111110 | 1010010 | 100111 |
Color Harmonies of #ADB312
Complementary color
Monochromatic Colors of #ADB312
Black with #ADB312
Text Example
Text Example
White with #ADB312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB312; }
p { color: rgb(173,179,18); }
H1.HeaderClassName
{
color: #ADB312;
}
.AnyTagClassName
{
color: #ADB312;
}
</style>
background-color css
<style>
a { background-color: #ADB312; }
a { background-color: rgb(173,179,18); }
div.DivClassName
{
background-color: #ADB312;
}
.BgClassName
{
background-color: #ADB312;
}
</style>
border-color css
<style>
span { border-color: #ADB312; }
span { border-color: rgb(173,179,18); }
td.TdClassName
{
border-color: #ADB312;
}
.TagClassName
{
border-color: #ADB312;
}
</style>