Shades of Citrus #ADB107
Tints of Citrus #ADB107
RGB
CMYK
RGB Variations
Color information
#ADB107 (or 0xADB107) is known color: Citrus. HEX triplet: AD, B1 and 07. RGB value is (173,177,7). Sum of RGB (Red+Green+Blue) = 173+177+7=357 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.46% from 357); Green value is 177 (69.53% from 255 or 49.58% from 357); Blue value is 7 (3.12% from 255 or 1.96% from 357); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB107 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADB107 is #524EF8. Grayscale: #9D9D9D. Windows color (decimal): -5394169 or 504237. OLE color: 504237.
HSL color Cylindrical-coordinate representation of color #ADB107: hue angle of 61.41º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ADB107 is Cyan = 0.02, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 177 | 7 | - |
| CMYK | 0.02 | 0 | 0.96 | 0.31 |
| HSL | 61.41º | 0.92% | 0.36% | - |
| HSV(B) | 61.41º | 0.96% | 0.69% | - |
| XYZ | 32.99 | 40.34 | 6.25 | - |
| YUV | 156.42 | 43.67 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 177 | 7 | 0.02 | 0 | 0.96 | 0.31 | 61.41 | 0.92 | 0.36 |
| Hex | AD | B1 | 7 | 2 | 0 | 60 | 1F | 3D | 5C | 24 |
| Octal | 255 | 261 | 7 | 2 | 0 | 140 | 37 | 75 | 134 | 44 |
| Binary | 10101101 | 10110001 | 111 | 10 | 0 | 1100000 | 11111 | 111101 | 1011100 | 100100 |
Color Harmonies of #ADB107
Complementary color
Monochromatic Colors of #ADB107
Black with #ADB107
Text Example
Text Example
White with #ADB107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB107; }
p { color: rgb(173,177,7); }
H1.HeaderClassName
{
color: #ADB107;
}
.AnyTagClassName
{
color: #ADB107;
}
</style>
background-color css
<style>
a { background-color: #ADB107; }
a { background-color: rgb(173,177,7); }
div.DivClassName
{
background-color: #ADB107;
}
.BgClassName
{
background-color: #ADB107;
}
</style>
border-color css
<style>
span { border-color: #ADB107; }
span { border-color: rgb(173,177,7); }
td.TdClassName
{
border-color: #ADB107;
}
.TagClassName
{
border-color: #ADB107;
}
</style>