Shades of Citrus #ADB20F
Tints of Citrus #ADB20F
RGB
CMYK
RGB Variations
Color information
#ADB20F (or 0xADB20F) is known color: Citrus. HEX triplet: AD, B2 and 0F. RGB value is (173,178,15). Sum of RGB (Red+Green+Blue) = 173+178+15=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 178 (69.92% from 255 or 48.63% from 366); Blue value is 15 (6.25% from 255 or 4.10% from 366); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB20F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADB20F is #524DF0. Grayscale: #9E9E9E. Windows color (decimal): -5393905 or 1028781. OLE color: 1028781.
HSL color Cylindrical-coordinate representation of color #ADB20F: hue angle of 61.84º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ADB20F is Cyan = 0.03, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 178 | 15 | - |
| CMYK | 0.03 | 0 | 0.92 | 0.30 |
| HSL | 61.84º | 0.84% | 0.38% | - |
| HSV(B) | 61.84º | 0.92% | 0.7% | - |
| XYZ | 33.24 | 40.76 | 6.57 | - |
| YUV | 157.92 | 47.34 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 178 | 15 | 0.03 | 0 | 0.92 | 0.30 | 61.84 | 0.84 | 0.38 |
| Hex | AD | B2 | F | 3 | 0 | 5C | 1E | 3E | 54 | 26 |
| Octal | 255 | 262 | 17 | 3 | 0 | 134 | 36 | 76 | 124 | 46 |
| Binary | 10101101 | 10110010 | 1111 | 11 | 0 | 1011100 | 11110 | 111110 | 1010100 | 100110 |
Color Harmonies of #ADB20F
Complementary color
Monochromatic Colors of #ADB20F
Black with #ADB20F
Text Example
Text Example
White with #ADB20F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB20F; }
p { color: rgb(173,178,15); }
H1.HeaderClassName
{
color: #ADB20F;
}
.AnyTagClassName
{
color: #ADB20F;
}
</style>
background-color css
<style>
a { background-color: #ADB20F; }
a { background-color: rgb(173,178,15); }
div.DivClassName
{
background-color: #ADB20F;
}
.BgClassName
{
background-color: #ADB20F;
}
</style>
border-color css
<style>
span { border-color: #ADB20F; }
span { border-color: rgb(173,178,15); }
td.TdClassName
{
border-color: #ADB20F;
}
.TagClassName
{
border-color: #ADB20F;
}
</style>