Shades of Citrus #ADB308
Tints of Citrus #ADB308
RGB
CMYK
RGB Variations
Color information
#ADB308 (or 0xADB308) is known color: Citrus. HEX triplet: AD, B3 and 08. RGB value is (173,179,8). Sum of RGB (Red+Green+Blue) = 173+179+8=360 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.06% from 360); Green value is 179 (70.31% from 255 or 49.72% from 360); Blue value is 8 (3.52% from 255 or 2.22% from 360); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB308 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB308 is #524CF7. Grayscale: #9E9E9E. Windows color (decimal): -5393656 or 570285. OLE color: 570285.
HSL color Cylindrical-coordinate representation of color #ADB308: hue angle of 62.11º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ADB308 is Cyan = 0.03, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 179 | 8 | - |
| CMYK | 0.03 | 0 | 0.96 | 0.30 |
| HSL | 62.11º | 0.91% | 0.37% | - |
| HSV(B) | 62.11º | 0.96% | 0.7% | - |
| XYZ | 33.4 | 41.14 | 6.41 | - |
| YUV | 157.71 | 43.51 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 179 | 8 | 0.03 | 0 | 0.96 | 0.30 | 62.11 | 0.91 | 0.37 |
| Hex | AD | B3 | 8 | 3 | 0 | 60 | 1E | 3E | 5B | 25 |
| Octal | 255 | 263 | 10 | 3 | 0 | 140 | 36 | 76 | 133 | 45 |
| Binary | 10101101 | 10110011 | 1000 | 11 | 0 | 1100000 | 11110 | 111110 | 1011011 | 100101 |
Color Harmonies of #ADB308
Complementary color
Monochromatic Colors of #ADB308
Black with #ADB308
Text Example
Text Example
White with #ADB308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB308; }
p { color: rgb(173,179,8); }
H1.HeaderClassName
{
color: #ADB308;
}
.AnyTagClassName
{
color: #ADB308;
}
</style>
background-color css
<style>
a { background-color: #ADB308; }
a { background-color: rgb(173,179,8); }
div.DivClassName
{
background-color: #ADB308;
}
.BgClassName
{
background-color: #ADB308;
}
</style>
border-color css
<style>
span { border-color: #ADB308; }
span { border-color: rgb(173,179,8); }
td.TdClassName
{
border-color: #ADB308;
}
.TagClassName
{
border-color: #ADB308;
}
</style>