Shades of Citrus #ADB303
Tints of Citrus #ADB303
RGB
CMYK
RGB Variations
Color information
#ADB303 (or 0xADB303) is known color: Citrus. HEX triplet: AD, B3 and 03. RGB value is (173,179,3). Sum of RGB (Red+Green+Blue) = 173+179+3=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 179 (70.31% from 255 or 50.42% from 355); Blue value is 3 (1.56% from 255 or 0.85% from 355); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB303 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB303 is #524CFC. Grayscale: #9D9D9D. Windows color (decimal): -5393661 or 242605. OLE color: 242605.
HSL color Cylindrical-coordinate representation of color #ADB303: hue angle of 62.05º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ADB303 is Cyan = 0.03, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 179 | 3 | - |
| CMYK | 0.03 | 0 | 0.98 | 0.30 |
| HSL | 62.05º | 0.97% | 0.36% | - |
| HSV(B) | 62.05º | 0.98% | 0.7% | - |
| XYZ | 33.37 | 41.13 | 6.27 | - |
| YUV | 157.14 | 41.01 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 179 | 3 | 0.03 | 0 | 0.98 | 0.30 | 62.05 | 0.97 | 0.36 |
| Hex | AD | B3 | 3 | 3 | 0 | 62 | 1E | 3E | 61 | 24 |
| Octal | 255 | 263 | 3 | 3 | 0 | 142 | 36 | 76 | 141 | 44 |
| Binary | 10101101 | 10110011 | 11 | 11 | 0 | 1100010 | 11110 | 111110 | 1100001 | 100100 |
Color Harmonies of #ADB303
Complementary color
Monochromatic Colors of #ADB303
Black with #ADB303
Text Example
Text Example
White with #ADB303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB303; }
p { color: rgb(173,179,3); }
H1.HeaderClassName
{
color: #ADB303;
}
.AnyTagClassName
{
color: #ADB303;
}
</style>
background-color css
<style>
a { background-color: #ADB303; }
a { background-color: rgb(173,179,3); }
div.DivClassName
{
background-color: #ADB303;
}
.BgClassName
{
background-color: #ADB303;
}
</style>
border-color css
<style>
span { border-color: #ADB303; }
span { border-color: rgb(173,179,3); }
td.TdClassName
{
border-color: #ADB303;
}
.TagClassName
{
border-color: #ADB303;
}
</style>