Shades of Citrus #92C008
Tints of Citrus #92C008
RGB
CMYK
RGB Variations
Color information
#92C008 (or 0x92C008) is known color: Citrus. HEX triplet: 92, C0 and 08. RGB value is (146,192,8). Sum of RGB (Red+Green+Blue) = 146+192+8=346 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.20% from 346); Green value is 192 (75.39% from 255 or 55.49% from 346); Blue value is 8 (3.52% from 255 or 2.31% from 346); Max value from RGB is 192 - color contains mainly: green. Hex color #92C008 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #92C008 is #6D3FF7. Grayscale: #9D9D9D. Windows color (decimal): -7159800 or 573586. OLE color: 573586.
HSL color Cylindrical-coordinate representation of color #92C008: hue angle of 75º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #92C008 is Cyan = 0.24, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 146 | 192 | 8 | - |
| CMYK | 0.24 | 0 | 0.96 | 0.25 |
| HSL | 75º | 0.92% | 0.39% | - |
| HSV(B) | 75º | 0.96% | 0.75% | - |
| XYZ | 30.75 | 43.83 | 7.07 | - |
| YUV | 157.27 | 43.76 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 192 | 8 | 0.24 | 0 | 0.96 | 0.25 | 75 | 0.92 | 0.39 |
| Hex | 92 | C0 | 8 | 18 | 0 | 60 | 19 | 4B | 5C | 27 |
| Octal | 222 | 300 | 10 | 30 | 0 | 140 | 31 | 113 | 134 | 47 |
| Binary | 10010010 | 11000000 | 1000 | 11000 | 0 | 1100000 | 11001 | 1001011 | 1011100 | 100111 |
Color Harmonies of #92C008
Complementary color
Monochromatic Colors of #92C008
Black with #92C008
Text Example
Text Example
White with #92C008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C008; }
p { color: rgb(146,192,8); }
H1.HeaderClassName
{
color: #92C008;
}
.AnyTagClassName
{
color: #92C008;
}
</style>
background-color css
<style>
a { background-color: #92C008; }
a { background-color: rgb(146,192,8); }
div.DivClassName
{
background-color: #92C008;
}
.BgClassName
{
background-color: #92C008;
}
</style>
border-color css
<style>
span { border-color: #92C008; }
span { border-color: rgb(146,192,8); }
td.TdClassName
{
border-color: #92C008;
}
.TagClassName
{
border-color: #92C008;
}
</style>