Shades of Citrus #ADB309
Tints of Citrus #ADB309
RGB
CMYK
RGB Variations
Color information
#ADB309 (or 0xADB309) is known color: Citrus. HEX triplet: AD, B3 and 09. RGB value is (173,179,9). Sum of RGB (Red+Green+Blue) = 173+179+9=361 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.92% from 361); Green value is 179 (70.31% from 255 or 49.58% from 361); Blue value is 9 (3.91% from 255 or 2.49% from 361); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB309 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB309 is #524CF6. Grayscale: #9E9E9E. Windows color (decimal): -5393655 or 635821. OLE color: 635821.
HSL color Cylindrical-coordinate representation of color #ADB309: hue angle of 62.12º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ADB309 is Cyan = 0.03, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 179 | 9 | - |
| CMYK | 0.03 | 0 | 0.95 | 0.30 |
| HSL | 62.12º | 0.9% | 0.37% | - |
| HSV(B) | 62.12º | 0.95% | 0.7% | - |
| XYZ | 33.4 | 41.14 | 6.44 | - |
| YUV | 157.83 | 44.01 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 179 | 9 | 0.03 | 0 | 0.95 | 0.30 | 62.12 | 0.9 | 0.37 |
| Hex | AD | B3 | 9 | 3 | 0 | 5F | 1E | 3E | 5A | 25 |
| Octal | 255 | 263 | 11 | 3 | 0 | 137 | 36 | 76 | 132 | 45 |
| Binary | 10101101 | 10110011 | 1001 | 11 | 0 | 1011111 | 11110 | 111110 | 1011010 | 100101 |
Color Harmonies of #ADB309
Complementary color
Monochromatic Colors of #ADB309
Black with #ADB309
Text Example
Text Example
White with #ADB309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB309; }
p { color: rgb(173,179,9); }
H1.HeaderClassName
{
color: #ADB309;
}
.AnyTagClassName
{
color: #ADB309;
}
</style>
background-color css
<style>
a { background-color: #ADB309; }
a { background-color: rgb(173,179,9); }
div.DivClassName
{
background-color: #ADB309;
}
.BgClassName
{
background-color: #ADB309;
}
</style>
border-color css
<style>
span { border-color: #ADB309; }
span { border-color: rgb(173,179,9); }
td.TdClassName
{
border-color: #ADB309;
}
.TagClassName
{
border-color: #ADB309;
}
</style>