Shades of Citrus #ADB00B
Tints of Citrus #ADB00B
RGB
CMYK
RGB Variations
Color information
#ADB00B (or 0xADB00B) is known color: Citrus. HEX triplet: AD, B0 and 0B. RGB value is (173,176,11). Sum of RGB (Red+Green+Blue) = 173+176+11=360 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.06% from 360); Green value is 176 (69.14% from 255 or 48.89% from 360); Blue value is 11 (4.69% from 255 or 3.06% from 360); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB00B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADB00B is #524FF4. Grayscale: #9C9C9C. Windows color (decimal): -5394421 or 766125. OLE color: 766125.
HSL color Cylindrical-coordinate representation of color #ADB00B: hue angle of 61.09º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ADB00B is Cyan = 0.02, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 176 | 11 | - |
| CMYK | 0.02 | 0 | 0.94 | 0.31 |
| HSL | 61.09º | 0.88% | 0.37% | - |
| HSV(B) | 61.09º | 0.94% | 0.69% | - |
| XYZ | 32.82 | 39.96 | 6.3 | - |
| YUV | 156.29 | 46.01 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 176 | 11 | 0.02 | 0 | 0.94 | 0.31 | 61.09 | 0.88 | 0.37 |
| Hex | AD | B0 | B | 2 | 0 | 5E | 1F | 3D | 58 | 25 |
| Octal | 255 | 260 | 13 | 2 | 0 | 136 | 37 | 75 | 130 | 45 |
| Binary | 10101101 | 10110000 | 1011 | 10 | 0 | 1011110 | 11111 | 111101 | 1011000 | 100101 |
Color Harmonies of #ADB00B
Complementary color
Monochromatic Colors of #ADB00B
Black with #ADB00B
Text Example
Text Example
White with #ADB00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB00B; }
p { color: rgb(173,176,11); }
H1.HeaderClassName
{
color: #ADB00B;
}
.AnyTagClassName
{
color: #ADB00B;
}
</style>
background-color css
<style>
a { background-color: #ADB00B; }
a { background-color: rgb(173,176,11); }
div.DivClassName
{
background-color: #ADB00B;
}
.BgClassName
{
background-color: #ADB00B;
}
</style>
border-color css
<style>
span { border-color: #ADB00B; }
span { border-color: rgb(173,176,11); }
td.TdClassName
{
border-color: #ADB00B;
}
.TagClassName
{
border-color: #ADB00B;
}
</style>