Shades of Citrus #92BD08
Tints of Citrus #92BD08
RGB
CMYK
RGB Variations
Color information
#92BD08 (or 0x92BD08) is known color: Citrus. HEX triplet: 92, BD and 08. RGB value is (146,189,8). Sum of RGB (Red+Green+Blue) = 146+189+8=343 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.57% from 343); Green value is 189 (74.22% from 255 or 55.10% from 343); Blue value is 8 (3.52% from 255 or 2.33% from 343); Max value from RGB is 189 - color contains mainly: green. Hex color #92BD08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #92BD08 is #6D42F7. Grayscale: #9C9C9C. Windows color (decimal): -7160568 or 572818. OLE color: 572818.
HSL color Cylindrical-coordinate representation of color #92BD08: hue angle of 74.25º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #92BD08 is Cyan = 0.23, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 146 | 189 | 8 | - |
| CMYK | 0.23 | 0 | 0.96 | 0.26 |
| HSL | 74.25º | 0.92% | 0.39% | - |
| HSV(B) | 74.25º | 0.96% | 0.74% | - |
| XYZ | 30.1 | 42.52 | 6.85 | - |
| YUV | 155.51 | 44.75 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 189 | 8 | 0.23 | 0 | 0.96 | 0.26 | 74.25 | 0.92 | 0.39 |
| Hex | 92 | BD | 8 | 17 | 0 | 60 | 1A | 4A | 5C | 27 |
| Octal | 222 | 275 | 10 | 27 | 0 | 140 | 32 | 112 | 134 | 47 |
| Binary | 10010010 | 10111101 | 1000 | 10111 | 0 | 1100000 | 11010 | 1001010 | 1011100 | 100111 |
Color Harmonies of #92BD08
Complementary color
Monochromatic Colors of #92BD08
Black with #92BD08
Text Example
Text Example
White with #92BD08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BD08; }
p { color: rgb(146,189,8); }
H1.HeaderClassName
{
color: #92BD08;
}
.AnyTagClassName
{
color: #92BD08;
}
</style>
background-color css
<style>
a { background-color: #92BD08; }
a { background-color: rgb(146,189,8); }
div.DivClassName
{
background-color: #92BD08;
}
.BgClassName
{
background-color: #92BD08;
}
</style>
border-color css
<style>
span { border-color: #92BD08; }
span { border-color: rgb(146,189,8); }
td.TdClassName
{
border-color: #92BD08;
}
.TagClassName
{
border-color: #92BD08;
}
</style>