Shades of Citrus #92C808
Tints of Citrus #92C808
RGB
CMYK
RGB Variations
Color information
#92C808 (or 0x92C808) is known color: Citrus. HEX triplet: 92, C8 and 08. RGB value is (146,200,8). Sum of RGB (Red+Green+Blue) = 146+200+8=354 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.24% from 354); Green value is 200 (78.52% from 255 or 56.50% from 354); Blue value is 8 (3.52% from 255 or 2.26% from 354); Max value from RGB is 200 - color contains mainly: green. Hex color #92C808 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #92C808 is #6D37F7. Grayscale: #A2A2A2. Windows color (decimal): -7157752 or 575634. OLE color: 575634.
HSL color Cylindrical-coordinate representation of color #92C808: hue angle of 76.88º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #92C808 is Cyan = 0.27, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 146 | 200 | 8 | - |
| CMYK | 0.27 | 0 | 0.96 | 0.22 |
| HSL | 76.88º | 0.92% | 0.41% | - |
| HSV(B) | 76.88º | 0.96% | 0.78% | - |
| XYZ | 32.55 | 47.44 | 7.67 | - |
| YUV | 161.97 | 41.11 | 116.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 200 | 8 | 0.27 | 0 | 0.96 | 0.22 | 76.88 | 0.92 | 0.41 |
| Hex | 92 | C8 | 8 | 1B | 0 | 60 | 16 | 4D | 5C | 29 |
| Octal | 222 | 310 | 10 | 33 | 0 | 140 | 26 | 115 | 134 | 51 |
| Binary | 10010010 | 11001000 | 1000 | 11011 | 0 | 1100000 | 10110 | 1001101 | 1011100 | 101001 |
Color Harmonies of #92C808
Complementary color
Monochromatic Colors of #92C808
Black with #92C808
Text Example
Text Example
White with #92C808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C808; }
p { color: rgb(146,200,8); }
H1.HeaderClassName
{
color: #92C808;
}
.AnyTagClassName
{
color: #92C808;
}
</style>
background-color css
<style>
a { background-color: #92C808; }
a { background-color: rgb(146,200,8); }
div.DivClassName
{
background-color: #92C808;
}
.BgClassName
{
background-color: #92C808;
}
</style>
border-color css
<style>
span { border-color: #92C808; }
span { border-color: rgb(146,200,8); }
td.TdClassName
{
border-color: #92C808;
}
.TagClassName
{
border-color: #92C808;
}
</style>