Shades of Citrus #92AC10
Tints of Citrus #92AC10
RGB
CMYK
RGB Variations
Color information
#92AC10 (or 0x92AC10) is known color: Citrus. HEX triplet: 92, AC and 10. RGB value is (146,172,16). Sum of RGB (Red+Green+Blue) = 146+172+16=334 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.71% from 334); Green value is 172 (67.58% from 255 or 51.50% from 334); Blue value is 16 (6.64% from 255 or 4.79% from 334); Max value from RGB is 172 - color contains mainly: green. Hex color #92AC10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #92AC10 is #6D53EF. Grayscale: #939393. Windows color (decimal): -7164912 or 1092754. OLE color: 1092754.
HSL color Cylindrical-coordinate representation of color #92AC10: hue angle of 70º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #92AC10 is Cyan = 0.15, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 146 | 172 | 16 | - |
| CMYK | 0.15 | 0 | 0.91 | 0.33 |
| HSL | 70º | 0.83% | 0.37% | - |
| HSV(B) | 70º | 0.91% | 0.67% | - |
| XYZ | 26.7 | 35.65 | 5.96 | - |
| YUV | 146.44 | 54.39 | 127.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 172 | 16 | 0.15 | 0 | 0.91 | 0.33 | 70 | 0.83 | 0.37 |
| Hex | 92 | AC | 10 | F | 0 | 5B | 21 | 46 | 53 | 25 |
| Octal | 222 | 254 | 20 | 17 | 0 | 133 | 41 | 106 | 123 | 45 |
| Binary | 10010010 | 10101100 | 10000 | 1111 | 0 | 1011011 | 100001 | 1000110 | 1010011 | 100101 |
Color Harmonies of #92AC10
Complementary color
Monochromatic Colors of #92AC10
Black with #92AC10
Text Example
Text Example
White with #92AC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92AC10; }
p { color: rgb(146,172,16); }
H1.HeaderClassName
{
color: #92AC10;
}
.AnyTagClassName
{
color: #92AC10;
}
</style>
background-color css
<style>
a { background-color: #92AC10; }
a { background-color: rgb(146,172,16); }
div.DivClassName
{
background-color: #92AC10;
}
.BgClassName
{
background-color: #92AC10;
}
</style>
border-color css
<style>
span { border-color: #92AC10; }
span { border-color: rgb(146,172,16); }
td.TdClassName
{
border-color: #92AC10;
}
.TagClassName
{
border-color: #92AC10;
}
</style>