Shades of Citron #88982B
Tints of Citron #88982B
RGB
CMYK
RGB Variations
Color information
#88982B (or 0x88982B) is known color: Citron. HEX triplet: 88, 98 and 2B. RGB value is (136,152,43). Sum of RGB (Red+Green+Blue) = 136+152+43=331 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.09% from 331); Green value is 152 (59.77% from 255 or 45.92% from 331); Blue value is 43 (17.19% from 255 or 12.99% from 331); Max value from RGB is 152 - color contains mainly: green. Hex color #88982B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88982B is #7767D4. Grayscale: #878787. Windows color (decimal): -7825365 or 2857096. OLE color: 2857096.
HSL color Cylindrical-coordinate representation of color #88982B: hue angle of 68.81º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #88982B is Cyan = 0.11, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 136 | 152 | 43 | - |
| CMYK | 0.11 | 0 | 0.72 | 0.40 |
| HSL | 68.81º | 0.56% | 0.38% | - |
| HSV(B) | 68.81º | 0.72% | 0.6% | - |
| XYZ | 21.82 | 27.87 | 6.51 | - |
| YUV | 134.79 | 76.2 | 128.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 152 | 43 | 0.11 | 0 | 0.72 | 0.40 | 68.81 | 0.56 | 0.38 |
| Hex | 88 | 98 | 2B | B | 0 | 48 | 28 | 45 | 38 | 26 |
| Octal | 210 | 230 | 53 | 13 | 0 | 110 | 50 | 105 | 70 | 46 |
| Binary | 10001000 | 10011000 | 101011 | 1011 | 0 | 1001000 | 101000 | 1000101 | 111000 | 100110 |
Color Harmonies of #88982B
Complementary color
Monochromatic Colors of #88982B
Black with #88982B
Text Example
Text Example
White with #88982B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88982B; }
p { color: rgb(136,152,43); }
H1.HeaderClassName
{
color: #88982B;
}
.AnyTagClassName
{
color: #88982B;
}
</style>
background-color css
<style>
a { background-color: #88982B; }
a { background-color: rgb(136,152,43); }
div.DivClassName
{
background-color: #88982B;
}
.BgClassName
{
background-color: #88982B;
}
</style>
border-color css
<style>
span { border-color: #88982B; }
span { border-color: rgb(136,152,43); }
td.TdClassName
{
border-color: #88982B;
}
.TagClassName
{
border-color: #88982B;
}
</style>