Shades of Citron #88901F
Tints of Citron #88901F
RGB
CMYK
RGB Variations
Color information
#88901F (or 0x88901F) is known color: Citron. HEX triplet: 88, 90 and 1F. RGB value is (136,144,31). Sum of RGB (Red+Green+Blue) = 136+144+31=311 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.73% from 311); Green value is 144 (56.64% from 255 or 46.30% from 311); Blue value is 31 (12.5% from 255 or 9.97% from 311); Max value from RGB is 144 - color contains mainly: green. Hex color #88901F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88901F is #776FE0. Grayscale: #818181. Windows color (decimal): -7827425 or 2068616. OLE color: 2068616.
HSL color Cylindrical-coordinate representation of color #88901F: hue angle of 64.25º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #88901F is Cyan = 0.06, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 136 | 144 | 31 | - |
| CMYK | 0.06 | 0 | 0.78 | 0.44 |
| HSL | 64.25º | 0.65% | 0.34% | - |
| HSV(B) | 64.25º | 0.78% | 0.56% | - |
| XYZ | 20.37 | 25.28 | 5.1 | - |
| YUV | 128.73 | 72.85 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 144 | 31 | 0.06 | 0 | 0.78 | 0.44 | 64.25 | 0.65 | 0.34 |
| Hex | 88 | 90 | 1F | 6 | 0 | 4E | 2C | 40 | 41 | 22 |
| Octal | 210 | 220 | 37 | 6 | 0 | 116 | 54 | 100 | 101 | 42 |
| Binary | 10001000 | 10010000 | 11111 | 110 | 0 | 1001110 | 101100 | 1000000 | 1000001 | 100010 |
Color Harmonies of #88901F
Complementary color
Monochromatic Colors of #88901F
Black with #88901F
Text Example
Text Example
White with #88901F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88901F; }
p { color: rgb(136,144,31); }
H1.HeaderClassName
{
color: #88901F;
}
.AnyTagClassName
{
color: #88901F;
}
</style>
background-color css
<style>
a { background-color: #88901F; }
a { background-color: rgb(136,144,31); }
div.DivClassName
{
background-color: #88901F;
}
.BgClassName
{
background-color: #88901F;
}
</style>
border-color css
<style>
span { border-color: #88901F; }
span { border-color: rgb(136,144,31); }
td.TdClassName
{
border-color: #88901F;
}
.TagClassName
{
border-color: #88901F;
}
</style>