Shades of Citrus #ADB10C
Tints of Citrus #ADB10C
RGB
CMYK
RGB Variations
Color information
#ADB10C (or 0xADB10C) is known color: Citrus. HEX triplet: AD, B1 and 0C. RGB value is (173,177,12). Sum of RGB (Red+Green+Blue) = 173+177+12=362 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.79% from 362); Green value is 177 (69.53% from 255 or 48.90% from 362); Blue value is 12 (5.08% from 255 or 3.31% from 362); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB10C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADB10C is #524EF3. Grayscale: #9D9D9D. Windows color (decimal): -5394164 or 831917. OLE color: 831917.
HSL color Cylindrical-coordinate representation of color #ADB10C: hue angle of 61.45º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ADB10C is Cyan = 0.02, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 177 | 12 | - |
| CMYK | 0.02 | 0 | 0.93 | 0.31 |
| HSL | 61.45º | 0.87% | 0.37% | - |
| HSV(B) | 61.45º | 0.93% | 0.69% | - |
| XYZ | 33.02 | 40.36 | 6.4 | - |
| YUV | 156.99 | 46.17 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 177 | 12 | 0.02 | 0 | 0.93 | 0.31 | 61.45 | 0.87 | 0.37 |
| Hex | AD | B1 | C | 2 | 0 | 5D | 1F | 3D | 57 | 25 |
| Octal | 255 | 261 | 14 | 2 | 0 | 135 | 37 | 75 | 127 | 45 |
| Binary | 10101101 | 10110001 | 1100 | 10 | 0 | 1011101 | 11111 | 111101 | 1010111 | 100101 |
Color Harmonies of #ADB10C
Complementary color
Monochromatic Colors of #ADB10C
Black with #ADB10C
Text Example
Text Example
White with #ADB10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB10C; }
p { color: rgb(173,177,12); }
H1.HeaderClassName
{
color: #ADB10C;
}
.AnyTagClassName
{
color: #ADB10C;
}
</style>
background-color css
<style>
a { background-color: #ADB10C; }
a { background-color: rgb(173,177,12); }
div.DivClassName
{
background-color: #ADB10C;
}
.BgClassName
{
background-color: #ADB10C;
}
</style>
border-color css
<style>
span { border-color: #ADB10C; }
span { border-color: rgb(173,177,12); }
td.TdClassName
{
border-color: #ADB10C;
}
.TagClassName
{
border-color: #ADB10C;
}
</style>