Shades of Citrus #ADB009
Tints of Citrus #ADB009
RGB
CMYK
RGB Variations
Color information
#ADB009 (or 0xADB009) is known color: Citrus. HEX triplet: AD, B0 and 09. RGB value is (173,176,9). Sum of RGB (Red+Green+Blue) = 173+176+9=358 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.32% from 358); Green value is 176 (69.14% from 255 or 49.16% from 358); Blue value is 9 (3.91% from 255 or 2.51% from 358); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB009 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADB009 is #524FF6. Grayscale: #9C9C9C. Windows color (decimal): -5394423 or 635053. OLE color: 635053.
HSL color Cylindrical-coordinate representation of color #ADB009: hue angle of 61.08º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ADB009 is Cyan = 0.02, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 176 | 9 | - |
| CMYK | 0.02 | 0 | 0.95 | 0.31 |
| HSL | 61.08º | 0.9% | 0.36% | - |
| HSV(B) | 61.08º | 0.95% | 0.69% | - |
| XYZ | 32.81 | 39.95 | 6.24 | - |
| YUV | 156.07 | 45.01 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 176 | 9 | 0.02 | 0 | 0.95 | 0.31 | 61.08 | 0.9 | 0.36 |
| Hex | AD | B0 | 9 | 2 | 0 | 5F | 1F | 3D | 5A | 24 |
| Octal | 255 | 260 | 11 | 2 | 0 | 137 | 37 | 75 | 132 | 44 |
| Binary | 10101101 | 10110000 | 1001 | 10 | 0 | 1011111 | 11111 | 111101 | 1011010 | 100100 |
Color Harmonies of #ADB009
Complementary color
Monochromatic Colors of #ADB009
Black with #ADB009
Text Example
Text Example
White with #ADB009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB009; }
p { color: rgb(173,176,9); }
H1.HeaderClassName
{
color: #ADB009;
}
.AnyTagClassName
{
color: #ADB009;
}
</style>
background-color css
<style>
a { background-color: #ADB009; }
a { background-color: rgb(173,176,9); }
div.DivClassName
{
background-color: #ADB009;
}
.BgClassName
{
background-color: #ADB009;
}
</style>
border-color css
<style>
span { border-color: #ADB009; }
span { border-color: rgb(173,176,9); }
td.TdClassName
{
border-color: #ADB009;
}
.TagClassName
{
border-color: #ADB009;
}
</style>