Shades of Citrus #ADB608
Tints of Citrus #ADB608
RGB
CMYK
RGB Variations
Color information
#ADB608 (or 0xADB608) is known color: Citrus. HEX triplet: AD, B6 and 08. RGB value is (173,182,8). Sum of RGB (Red+Green+Blue) = 173+182+8=363 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.66% from 363); Green value is 182 (71.48% from 255 or 50.14% from 363); Blue value is 8 (3.52% from 255 or 2.20% from 363); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB608 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB608 is #5249F7. Grayscale: #A0A0A0. Windows color (decimal): -5392888 or 571053. OLE color: 571053.
HSL color Cylindrical-coordinate representation of color #ADB608: hue angle of 63.1º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ADB608 is Cyan = 0.05, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 182 | 8 | - |
| CMYK | 0.05 | 0 | 0.96 | 0.29 |
| HSL | 63.1º | 0.92% | 0.37% | - |
| HSV(B) | 63.1º | 0.96% | 0.71% | - |
| XYZ | 34.01 | 42.36 | 6.61 | - |
| YUV | 159.47 | 42.52 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 182 | 8 | 0.05 | 0 | 0.96 | 0.29 | 63.1 | 0.92 | 0.37 |
| Hex | AD | B6 | 8 | 5 | 0 | 60 | 1D | 3F | 5C | 25 |
| Octal | 255 | 266 | 10 | 5 | 0 | 140 | 35 | 77 | 134 | 45 |
| Binary | 10101101 | 10110110 | 1000 | 101 | 0 | 1100000 | 11101 | 111111 | 1011100 | 100101 |
Color Harmonies of #ADB608
Complementary color
Monochromatic Colors of #ADB608
Black with #ADB608
Text Example
Text Example
White with #ADB608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB608; }
p { color: rgb(173,182,8); }
H1.HeaderClassName
{
color: #ADB608;
}
.AnyTagClassName
{
color: #ADB608;
}
</style>
background-color css
<style>
a { background-color: #ADB608; }
a { background-color: rgb(173,182,8); }
div.DivClassName
{
background-color: #ADB608;
}
.BgClassName
{
background-color: #ADB608;
}
</style>
border-color css
<style>
span { border-color: #ADB608; }
span { border-color: rgb(173,182,8); }
td.TdClassName
{
border-color: #ADB608;
}
.TagClassName
{
border-color: #ADB608;
}
</style>