Shades of Citrus #ADBB07
Tints of Citrus #ADBB07
RGB
CMYK
RGB Variations
Color information
#ADBB07 (or 0xADBB07) is known color: Citrus. HEX triplet: AD, BB and 07. RGB value is (173,187,7). Sum of RGB (Red+Green+Blue) = 173+187+7=367 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.14% from 367); Green value is 187 (73.44% from 255 or 50.95% from 367); Blue value is 7 (3.12% from 255 or 1.91% from 367); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBB07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADBB07 is #5244F8. Grayscale: #A3A3A3. Windows color (decimal): -5391609 or 506797. OLE color: 506797.
HSL color Cylindrical-coordinate representation of color #ADBB07: hue angle of 64.67º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ADBB07 is Cyan = 0.07, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 187 | 7 | - |
| CMYK | 0.07 | 0 | 0.96 | 0.27 |
| HSL | 64.67º | 0.93% | 0.38% | - |
| HSV(B) | 64.67º | 0.96% | 0.73% | - |
| XYZ | 35.04 | 44.44 | 6.93 | - |
| YUV | 162.29 | 40.36 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 187 | 7 | 0.07 | 0 | 0.96 | 0.27 | 64.67 | 0.93 | 0.38 |
| Hex | AD | BB | 7 | 7 | 0 | 60 | 1B | 41 | 5D | 26 |
| Octal | 255 | 273 | 7 | 7 | 0 | 140 | 33 | 101 | 135 | 46 |
| Binary | 10101101 | 10111011 | 111 | 111 | 0 | 1100000 | 11011 | 1000001 | 1011101 | 100110 |
Color Harmonies of #ADBB07
Complementary color
Monochromatic Colors of #ADBB07
Black with #ADBB07
Text Example
Text Example
White with #ADBB07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBB07; }
p { color: rgb(173,187,7); }
H1.HeaderClassName
{
color: #ADBB07;
}
.AnyTagClassName
{
color: #ADBB07;
}
</style>
background-color css
<style>
a { background-color: #ADBB07; }
a { background-color: rgb(173,187,7); }
div.DivClassName
{
background-color: #ADBB07;
}
.BgClassName
{
background-color: #ADBB07;
}
</style>
border-color css
<style>
span { border-color: #ADBB07; }
span { border-color: rgb(173,187,7); }
td.TdClassName
{
border-color: #ADBB07;
}
.TagClassName
{
border-color: #ADBB07;
}
</style>