Shades of Citrus #92CC0C
Tints of Citrus #92CC0C
RGB
CMYK
RGB Variations
Color information
#92CC0C (or 0x92CC0C) is known color: Citrus. HEX triplet: 92, CC and 0C. RGB value is (146,204,12). Sum of RGB (Red+Green+Blue) = 146+204+12=362 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.33% from 362); Green value is 204 (80.08% from 255 or 56.35% from 362); Blue value is 12 (5.08% from 255 or 3.31% from 362); Max value from RGB is 204 - color contains mainly: green. Hex color #92CC0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #92CC0C is #6D33F3. Grayscale: #A5A5A5. Windows color (decimal): -7156724 or 838802. OLE color: 838802.
HSL color Cylindrical-coordinate representation of color #92CC0C: hue angle of 78.12º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #92CC0C is Cyan = 0.28, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 146 | 204 | 12 | - |
| CMYK | 0.28 | 0 | 0.94 | 0.2 |
| HSL | 78.12º | 0.89% | 0.42% | - |
| HSV(B) | 78.12º | 0.94% | 0.8% | - |
| XYZ | 33.51 | 49.32 | 8.1 | - |
| YUV | 164.77 | 41.78 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 204 | 12 | 0.28 | 0 | 0.94 | 0.2 | 78.12 | 0.89 | 0.42 |
| Hex | 92 | CC | C | 1C | 0 | 5E | 14 | 4E | 59 | 2A |
| Octal | 222 | 314 | 14 | 34 | 0 | 136 | 24 | 116 | 131 | 52 |
| Binary | 10010010 | 11001100 | 1100 | 11100 | 0 | 1011110 | 10100 | 1001110 | 1011001 | 101010 |
Color Harmonies of #92CC0C
Complementary color
Monochromatic Colors of #92CC0C
Black with #92CC0C
Text Example
Text Example
White with #92CC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CC0C; }
p { color: rgb(146,204,12); }
H1.HeaderClassName
{
color: #92CC0C;
}
.AnyTagClassName
{
color: #92CC0C;
}
</style>
background-color css
<style>
a { background-color: #92CC0C; }
a { background-color: rgb(146,204,12); }
div.DivClassName
{
background-color: #92CC0C;
}
.BgClassName
{
background-color: #92CC0C;
}
</style>
border-color css
<style>
span { border-color: #92CC0C; }
span { border-color: rgb(146,204,12); }
td.TdClassName
{
border-color: #92CC0C;
}
.TagClassName
{
border-color: #92CC0C;
}
</style>