Shades of Citrus #ADB20B
Tints of Citrus #ADB20B
RGB
CMYK
RGB Variations
Color information
#ADB20B (or 0xADB20B) is known color: Citrus. HEX triplet: AD, B2 and 0B. RGB value is (173,178,11). Sum of RGB (Red+Green+Blue) = 173+178+11=362 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.79% from 362); Green value is 178 (69.92% from 255 or 49.17% from 362); Blue value is 11 (4.69% from 255 or 3.04% from 362); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB20B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADB20B is #524DF4. Grayscale: #9E9E9E. Windows color (decimal): -5393909 or 766637. OLE color: 766637.
HSL color Cylindrical-coordinate representation of color #ADB20B: hue angle of 61.8º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ADB20B is Cyan = 0.03, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 178 | 11 | - |
| CMYK | 0.03 | 0 | 0.94 | 0.30 |
| HSL | 61.8º | 0.88% | 0.37% | - |
| HSV(B) | 61.8º | 0.94% | 0.7% | - |
| XYZ | 33.21 | 40.75 | 6.43 | - |
| YUV | 157.47 | 45.34 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 178 | 11 | 0.03 | 0 | 0.94 | 0.30 | 61.8 | 0.88 | 0.37 |
| Hex | AD | B2 | B | 3 | 0 | 5E | 1E | 3E | 58 | 25 |
| Octal | 255 | 262 | 13 | 3 | 0 | 136 | 36 | 76 | 130 | 45 |
| Binary | 10101101 | 10110010 | 1011 | 11 | 0 | 1011110 | 11110 | 111110 | 1011000 | 100101 |
Color Harmonies of #ADB20B
Complementary color
Monochromatic Colors of #ADB20B
Black with #ADB20B
Text Example
Text Example
White with #ADB20B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB20B; }
p { color: rgb(173,178,11); }
H1.HeaderClassName
{
color: #ADB20B;
}
.AnyTagClassName
{
color: #ADB20B;
}
</style>
background-color css
<style>
a { background-color: #ADB20B; }
a { background-color: rgb(173,178,11); }
div.DivClassName
{
background-color: #ADB20B;
}
.BgClassName
{
background-color: #ADB20B;
}
</style>
border-color css
<style>
span { border-color: #ADB20B; }
span { border-color: rgb(173,178,11); }
td.TdClassName
{
border-color: #ADB20B;
}
.TagClassName
{
border-color: #ADB20B;
}
</style>