Shades of Citron #88920F
Tints of Citron #88920F
RGB
CMYK
RGB Variations
Color information
#88920F (or 0x88920F) is known color: Citron. HEX triplet: 88, 92 and 0F. RGB value is (136,146,15). Sum of RGB (Red+Green+Blue) = 136+146+15=297 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.79% from 297); Green value is 146 (57.42% from 255 or 49.16% from 297); Blue value is 15 (6.25% from 255 or 5.05% from 297); Max value from RGB is 146 - color contains mainly: green. Hex color #88920F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #88920F is #776DF0. Grayscale: #808080. Windows color (decimal): -7826929 or 1020552. OLE color: 1020552.
HSL color Cylindrical-coordinate representation of color #88920F: hue angle of 64.58º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #88920F is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 136 | 146 | 15 | - |
| CMYK | 0.07 | 0 | 0.90 | 0.43 |
| HSL | 64.58º | 0.81% | 0.32% | - |
| HSV(B) | 64.58º | 0.9% | 0.57% | - |
| XYZ | 20.52 | 25.83 | 4.36 | - |
| YUV | 128.08 | 64.19 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 146 | 15 | 0.07 | 0 | 0.90 | 0.43 | 64.58 | 0.81 | 0.32 |
| Hex | 88 | 92 | F | 7 | 0 | 5A | 2B | 41 | 51 | 20 |
| Octal | 210 | 222 | 17 | 7 | 0 | 132 | 53 | 101 | 121 | 40 |
| Binary | 10001000 | 10010010 | 1111 | 111 | 0 | 1011010 | 101011 | 1000001 | 1010001 | 100000 |
Color Harmonies of #88920F
Complementary color
Monochromatic Colors of #88920F
Black with #88920F
Text Example
Text Example
White with #88920F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88920F; }
p { color: rgb(136,146,15); }
H1.HeaderClassName
{
color: #88920F;
}
.AnyTagClassName
{
color: #88920F;
}
</style>
background-color css
<style>
a { background-color: #88920F; }
a { background-color: rgb(136,146,15); }
div.DivClassName
{
background-color: #88920F;
}
.BgClassName
{
background-color: #88920F;
}
</style>
border-color css
<style>
span { border-color: #88920F; }
span { border-color: rgb(136,146,15); }
td.TdClassName
{
border-color: #88920F;
}
.TagClassName
{
border-color: #88920F;
}
</style>