Shades of Citrus #92B407
Tints of Citrus #92B407
RGB
CMYK
RGB Variations
Color information
#92B407 (or 0x92B407) is known color: Citrus. HEX triplet: 92, B4 and 07. RGB value is (146,180,7). Sum of RGB (Red+Green+Blue) = 146+180+7=333 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.84% from 333); Green value is 180 (70.70% from 255 or 54.05% from 333); Blue value is 7 (3.12% from 255 or 2.10% from 333); Max value from RGB is 180 - color contains mainly: green. Hex color #92B407 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #92B407 is #6D4BF8. Grayscale: #969696. Windows color (decimal): -7162873 or 504978. OLE color: 504978.
HSL color Cylindrical-coordinate representation of color #92B407: hue angle of 71.79º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #92B407 is Cyan = 0.19, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 146 | 180 | 7 | - |
| CMYK | 0.19 | 0 | 0.96 | 0.29 |
| HSL | 71.79º | 0.93% | 0.37% | - |
| HSV(B) | 71.79º | 0.96% | 0.71% | - |
| XYZ | 28.21 | 38.77 | 6.2 | - |
| YUV | 150.11 | 47.24 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 180 | 7 | 0.19 | 0 | 0.96 | 0.29 | 71.79 | 0.93 | 0.37 |
| Hex | 92 | B4 | 7 | 13 | 0 | 60 | 1D | 48 | 5D | 25 |
| Octal | 222 | 264 | 7 | 23 | 0 | 140 | 35 | 110 | 135 | 45 |
| Binary | 10010010 | 10110100 | 111 | 10011 | 0 | 1100000 | 11101 | 1001000 | 1011101 | 100101 |
Color Harmonies of #92B407
Complementary color
Monochromatic Colors of #92B407
Black with #92B407
Text Example
Text Example
White with #92B407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92B407; }
p { color: rgb(146,180,7); }
H1.HeaderClassName
{
color: #92B407;
}
.AnyTagClassName
{
color: #92B407;
}
</style>
background-color css
<style>
a { background-color: #92B407; }
a { background-color: rgb(146,180,7); }
div.DivClassName
{
background-color: #92B407;
}
.BgClassName
{
background-color: #92B407;
}
</style>
border-color css
<style>
span { border-color: #92B407; }
span { border-color: rgb(146,180,7); }
td.TdClassName
{
border-color: #92B407;
}
.TagClassName
{
border-color: #92B407;
}
</style>