Shades of Citrus #ADB106
Tints of Citrus #ADB106
RGB
CMYK
RGB Variations
Color information
#ADB106 (or 0xADB106) is known color: Citrus. HEX triplet: AD, B1 and 06. RGB value is (173,177,6). Sum of RGB (Red+Green+Blue) = 173+177+6=356 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.60% from 356); Green value is 177 (69.53% from 255 or 49.72% from 356); Blue value is 6 (2.73% from 255 or 1.69% from 356); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB106 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADB106 is #524EF9. Grayscale: #9C9C9C. Windows color (decimal): -5394170 or 438701. OLE color: 438701.
HSL color Cylindrical-coordinate representation of color #ADB106: hue angle of 61.4º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ADB106 is Cyan = 0.02, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 177 | 6 | - |
| CMYK | 0.02 | 0 | 0.97 | 0.31 |
| HSL | 61.4º | 0.93% | 0.36% | - |
| HSV(B) | 61.4º | 0.97% | 0.69% | - |
| XYZ | 32.99 | 40.34 | 6.22 | - |
| YUV | 156.31 | 43.17 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 177 | 6 | 0.02 | 0 | 0.97 | 0.31 | 61.4 | 0.93 | 0.36 |
| Hex | AD | B1 | 6 | 2 | 0 | 61 | 1F | 3D | 5D | 24 |
| Octal | 255 | 261 | 6 | 2 | 0 | 141 | 37 | 75 | 135 | 44 |
| Binary | 10101101 | 10110001 | 110 | 10 | 0 | 1100001 | 11111 | 111101 | 1011101 | 100100 |
Color Harmonies of #ADB106
Complementary color
Monochromatic Colors of #ADB106
Black with #ADB106
Text Example
Text Example
White with #ADB106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB106; }
p { color: rgb(173,177,6); }
H1.HeaderClassName
{
color: #ADB106;
}
.AnyTagClassName
{
color: #ADB106;
}
</style>
background-color css
<style>
a { background-color: #ADB106; }
a { background-color: rgb(173,177,6); }
div.DivClassName
{
background-color: #ADB106;
}
.BgClassName
{
background-color: #ADB106;
}
</style>
border-color css
<style>
span { border-color: #ADB106; }
span { border-color: rgb(173,177,6); }
td.TdClassName
{
border-color: #ADB106;
}
.TagClassName
{
border-color: #ADB106;
}
</style>