Shades of Citron #80960B
Tints of Citron #80960B
RGB
CMYK
RGB Variations
Color information
#80960B (or 0x80960B) is known color: Citron. HEX triplet: 80, 96 and 0B. RGB value is (128,150,11). Sum of RGB (Red+Green+Blue) = 128+150+11=289 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.29% from 289); Green value is 150 (58.98% from 255 or 51.90% from 289); Blue value is 11 (4.69% from 255 or 3.81% from 289); Max value from RGB is 150 - color contains mainly: green. Hex color #80960B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80960B is #7F69F4. Grayscale: #808080. Windows color (decimal): -8350197 or 759424. OLE color: 759424.
HSL color Cylindrical-coordinate representation of color #80960B: hue angle of 69.5º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #80960B is Cyan = 0.15, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 128 | 150 | 11 | - |
| CMYK | 0.15 | 0 | 0.93 | 0.41 |
| HSL | 69.5º | 0.86% | 0.32% | - |
| HSV(B) | 69.5º | 0.93% | 0.59% | - |
| XYZ | 19.87 | 26.43 | 4.37 | - |
| YUV | 127.58 | 62.21 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 150 | 11 | 0.15 | 0 | 0.93 | 0.41 | 69.5 | 0.86 | 0.32 |
| Hex | 80 | 96 | B | F | 0 | 5D | 29 | 45 | 56 | 20 |
| Octal | 200 | 226 | 13 | 17 | 0 | 135 | 51 | 105 | 126 | 40 |
| Binary | 10000000 | 10010110 | 1011 | 1111 | 0 | 1011101 | 101001 | 1000101 | 1010110 | 100000 |
Color Harmonies of #80960B
Complementary color
Monochromatic Colors of #80960B
Black with #80960B
Text Example
Text Example
White with #80960B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80960B; }
p { color: rgb(128,150,11); }
H1.HeaderClassName
{
color: #80960B;
}
.AnyTagClassName
{
color: #80960B;
}
</style>
background-color css
<style>
a { background-color: #80960B; }
a { background-color: rgb(128,150,11); }
div.DivClassName
{
background-color: #80960B;
}
.BgClassName
{
background-color: #80960B;
}
</style>
border-color css
<style>
span { border-color: #80960B; }
span { border-color: rgb(128,150,11); }
td.TdClassName
{
border-color: #80960B;
}
.TagClassName
{
border-color: #80960B;
}
</style>