Shades of Citron #8B8D1C
Tints of Citron #8B8D1C
RGB
CMYK
RGB Variations
Color information
#8B8D1C (or 0x8B8D1C) is known color: Citron. HEX triplet: 8B, 8D and 1C. RGB value is (139,141,28). Sum of RGB (Red+Green+Blue) = 139+141+28=308 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.13% from 308); Green value is 141 (55.47% from 255 or 45.78% from 308); Blue value is 28 (11.33% from 255 or 9.09% from 308); Max value from RGB is 141 - color contains mainly: green. Hex color #8B8D1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B8D1C is #7472E3. Grayscale: #7F7F7F. Windows color (decimal): -7631588 or 1871243. OLE color: 1871243.
HSL color Cylindrical-coordinate representation of color #8B8D1C: hue angle of 61.06º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8B8D1C is Cyan = 0.01, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 141 | 28 | - |
| CMYK | 0.01 | 0 | 0.80 | 0.45 |
| HSL | 61.06º | 0.67% | 0.33% | - |
| HSV(B) | 61.06º | 0.8% | 0.55% | - |
| XYZ | 20.38 | 24.62 | 4.78 | - |
| YUV | 127.52 | 71.84 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 141 | 28 | 0.01 | 0 | 0.80 | 0.45 | 61.06 | 0.67 | 0.33 |
| Hex | 8B | 8D | 1C | 1 | 0 | 50 | 2D | 3D | 43 | 21 |
| Octal | 213 | 215 | 34 | 1 | 0 | 120 | 55 | 75 | 103 | 41 |
| Binary | 10001011 | 10001101 | 11100 | 1 | 0 | 1010000 | 101101 | 111101 | 1000011 | 100001 |
Color Harmonies of #8B8D1C
Complementary color
Monochromatic Colors of #8B8D1C
Black with #8B8D1C
Text Example
Text Example
White with #8B8D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8D1C; }
p { color: rgb(139,141,28); }
H1.HeaderClassName
{
color: #8B8D1C;
}
.AnyTagClassName
{
color: #8B8D1C;
}
</style>
background-color css
<style>
a { background-color: #8B8D1C; }
a { background-color: rgb(139,141,28); }
div.DivClassName
{
background-color: #8B8D1C;
}
.BgClassName
{
background-color: #8B8D1C;
}
</style>
border-color css
<style>
span { border-color: #8B8D1C; }
span { border-color: rgb(139,141,28); }
td.TdClassName
{
border-color: #8B8D1C;
}
.TagClassName
{
border-color: #8B8D1C;
}
</style>