Shades of Citrus #92B700
Tints of Citrus #92B700
RGB
CMYK
RGB Variations
Color information
#92B700 (or 0x92B700) is known color: Citrus. HEX triplet: 92, B7 and 00. RGB value is (146,183,0). Sum of RGB (Red+Green+Blue) = 146+183+0=329 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.38% from 329); Green value is 183 (71.88% from 255 or 55.62% from 329); Blue value is 0 (0.39% from 255 or 0% from 329); Max value from RGB is 183 - color contains mainly: green. Hex color #92B700 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #92B700 is #6D48FF. Grayscale: #979797. Windows color (decimal): -7162112 or 46994. OLE color: 46994.
HSL color Cylindrical-coordinate representation of color #92B700: hue angle of 72.13º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #92B700 is Cyan = 0.20, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 146 | 183 | 0 | - |
| CMYK | 0.20 | 0 | 1 | 0.28 |
| HSL | 72.13º | 1% | 0.36% | - |
| HSV(B) | 72.13º | 1% | 0.72% | - |
| XYZ | 28.79 | 39.98 | 6.2 | - |
| YUV | 151.08 | 42.74 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 183 | 0 | 0.20 | 0 | 1 | 0.28 | 72.13 | 1 | 0.36 |
| Hex | 92 | B7 | 0 | 14 | 0 | 64 | 1C | 48 | 64 | 24 |
| Octal | 222 | 267 | 0 | 24 | 0 | 144 | 34 | 110 | 144 | 44 |
| Binary | 10010010 | 10110111 | 0 | 10100 | 0 | 1100100 | 11100 | 1001000 | 1100100 | 100100 |
Color Harmonies of #92B700
Complementary color
Monochromatic Colors of #92B700
Black with #92B700
Text Example
Text Example
White with #92B700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92B700; }
p { color: rgb(146,183,0); }
H1.HeaderClassName
{
color: #92B700;
}
.AnyTagClassName
{
color: #92B700;
}
</style>
background-color css
<style>
a { background-color: #92B700; }
a { background-color: rgb(146,183,0); }
div.DivClassName
{
background-color: #92B700;
}
.BgClassName
{
background-color: #92B700;
}
</style>
border-color css
<style>
span { border-color: #92B700; }
span { border-color: rgb(146,183,0); }
td.TdClassName
{
border-color: #92B700;
}
.TagClassName
{
border-color: #92B700;
}
</style>