Shades of Citrus #ADB007
Tints of Citrus #ADB007
RGB
CMYK
RGB Variations
Color information
#ADB007 (or 0xADB007) is known color: Citrus. HEX triplet: AD, B0 and 07. RGB value is (173,176,7). Sum of RGB (Red+Green+Blue) = 173+176+7=356 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.60% from 356); Green value is 176 (69.14% from 255 or 49.44% from 356); Blue value is 7 (3.12% from 255 or 1.97% from 356); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB007 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADB007 is #524FF8. Grayscale: #9C9C9C. Windows color (decimal): -5394425 or 503981. OLE color: 503981.
HSL color Cylindrical-coordinate representation of color #ADB007: hue angle of 61.07º 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 #ADB007 is Cyan = 0.02, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 176 | 7 | - |
| CMYK | 0.02 | 0 | 0.96 | 0.31 |
| HSL | 61.07º | 0.92% | 0.36% | - |
| HSV(B) | 61.07º | 0.96% | 0.69% | - |
| XYZ | 32.8 | 39.95 | 6.18 | - |
| YUV | 155.84 | 44.01 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 176 | 7 | 0.02 | 0 | 0.96 | 0.31 | 61.07 | 0.92 | 0.36 |
| Hex | AD | B0 | 7 | 2 | 0 | 60 | 1F | 3D | 5C | 24 |
| Octal | 255 | 260 | 7 | 2 | 0 | 140 | 37 | 75 | 134 | 44 |
| Binary | 10101101 | 10110000 | 111 | 10 | 0 | 1100000 | 11111 | 111101 | 1011100 | 100100 |
Color Harmonies of #ADB007
Complementary color
Monochromatic Colors of #ADB007
Black with #ADB007
Text Example
Text Example
White with #ADB007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB007; }
p { color: rgb(173,176,7); }
H1.HeaderClassName
{
color: #ADB007;
}
.AnyTagClassName
{
color: #ADB007;
}
</style>
background-color css
<style>
a { background-color: #ADB007; }
a { background-color: rgb(173,176,7); }
div.DivClassName
{
background-color: #ADB007;
}
.BgClassName
{
background-color: #ADB007;
}
</style>
border-color css
<style>
span { border-color: #ADB007; }
span { border-color: rgb(173,176,7); }
td.TdClassName
{
border-color: #ADB007;
}
.TagClassName
{
border-color: #ADB007;
}
</style>