Shades of Citrus #92B80F
Tints of Citrus #92B80F
RGB
CMYK
RGB Variations
Color information
#92B80F (or 0x92B80F) is known color: Citrus. HEX triplet: 92, B8 and 0F. RGB value is (146,184,15). Sum of RGB (Red+Green+Blue) = 146+184+15=345 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.32% from 345); Green value is 184 (72.27% from 255 or 53.33% from 345); Blue value is 15 (6.25% from 255 or 4.35% from 345); Max value from RGB is 184 - color contains mainly: green. Hex color #92B80F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #92B80F is #6D47F0. Grayscale: #9A9A9A. Windows color (decimal): -7161841 or 1030290. OLE color: 1030290.
HSL color Cylindrical-coordinate representation of color #92B80F: hue angle of 73.49º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #92B80F is Cyan = 0.21, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 146 | 184 | 15 | - |
| CMYK | 0.21 | 0 | 0.92 | 0.28 |
| HSL | 73.49º | 0.85% | 0.39% | - |
| HSV(B) | 73.49º | 0.92% | 0.72% | - |
| XYZ | 29.08 | 40.43 | 6.72 | - |
| YUV | 153.37 | 49.91 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 184 | 15 | 0.21 | 0 | 0.92 | 0.28 | 73.49 | 0.85 | 0.39 |
| Hex | 92 | B8 | F | 15 | 0 | 5C | 1C | 49 | 55 | 27 |
| Octal | 222 | 270 | 17 | 25 | 0 | 134 | 34 | 111 | 125 | 47 |
| Binary | 10010010 | 10111000 | 1111 | 10101 | 0 | 1011100 | 11100 | 1001001 | 1010101 | 100111 |
Color Harmonies of #92B80F
Complementary color
Monochromatic Colors of #92B80F
Black with #92B80F
Text Example
Text Example
White with #92B80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92B80F; }
p { color: rgb(146,184,15); }
H1.HeaderClassName
{
color: #92B80F;
}
.AnyTagClassName
{
color: #92B80F;
}
</style>
background-color css
<style>
a { background-color: #92B80F; }
a { background-color: rgb(146,184,15); }
div.DivClassName
{
background-color: #92B80F;
}
.BgClassName
{
background-color: #92B80F;
}
</style>
border-color css
<style>
span { border-color: #92B80F; }
span { border-color: rgb(146,184,15); }
td.TdClassName
{
border-color: #92B80F;
}
.TagClassName
{
border-color: #92B80F;
}
</style>