Shades of Citrus #ADB10B
Tints of Citrus #ADB10B
RGB
CMYK
RGB Variations
Color information
#ADB10B (or 0xADB10B) is known color: Citrus. HEX triplet: AD, B1 and 0B. RGB value is (173,177,11). Sum of RGB (Red+Green+Blue) = 173+177+11=361 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.92% from 361); Green value is 177 (69.53% from 255 or 49.03% from 361); Blue value is 11 (4.69% from 255 or 3.05% from 361); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB10B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADB10B is #524EF4. Grayscale: #9D9D9D. Windows color (decimal): -5394165 or 766381. OLE color: 766381.
HSL color Cylindrical-coordinate representation of color #ADB10B: hue angle of 61.45º 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 #ADB10B is Cyan = 0.02, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 177 | 11 | - |
| CMYK | 0.02 | 0 | 0.94 | 0.31 |
| HSL | 61.45º | 0.88% | 0.37% | - |
| HSV(B) | 61.45º | 0.94% | 0.69% | - |
| XYZ | 33.02 | 40.35 | 6.37 | - |
| YUV | 156.88 | 45.67 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 177 | 11 | 0.02 | 0 | 0.94 | 0.31 | 61.45 | 0.88 | 0.37 |
| Hex | AD | B1 | B | 2 | 0 | 5E | 1F | 3D | 58 | 25 |
| Octal | 255 | 261 | 13 | 2 | 0 | 136 | 37 | 75 | 130 | 45 |
| Binary | 10101101 | 10110001 | 1011 | 10 | 0 | 1011110 | 11111 | 111101 | 1011000 | 100101 |
Color Harmonies of #ADB10B
Complementary color
Monochromatic Colors of #ADB10B
Black with #ADB10B
Text Example
Text Example
White with #ADB10B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB10B; }
p { color: rgb(173,177,11); }
H1.HeaderClassName
{
color: #ADB10B;
}
.AnyTagClassName
{
color: #ADB10B;
}
</style>
background-color css
<style>
a { background-color: #ADB10B; }
a { background-color: rgb(173,177,11); }
div.DivClassName
{
background-color: #ADB10B;
}
.BgClassName
{
background-color: #ADB10B;
}
</style>
border-color css
<style>
span { border-color: #ADB10B; }
span { border-color: rgb(173,177,11); }
td.TdClassName
{
border-color: #ADB10B;
}
.TagClassName
{
border-color: #ADB10B;
}
</style>