Shades of Citron #809B1C
Tints of Citron #809B1C
RGB
CMYK
RGB Variations
Color information
#809B1C (or 0x809B1C) is known color: Citron. HEX triplet: 80, 9B and 1C. RGB value is (128,155,28). Sum of RGB (Red+Green+Blue) = 128+155+28=311 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.16% from 311); Green value is 155 (60.94% from 255 or 49.84% from 311); Blue value is 28 (11.33% from 255 or 9.00% from 311); Max value from RGB is 155 - color contains mainly: green. Hex color #809B1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809B1C is #7F64E3. Grayscale: #848484. Windows color (decimal): -8348900 or 1874816. OLE color: 1874816.
HSL color Cylindrical-coordinate representation of color #809B1C: hue angle of 72.76º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #809B1C is Cyan = 0.17, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 128 | 155 | 28 | - |
| CMYK | 0.17 | 0 | 0.82 | 0.39 |
| HSL | 72.76º | 0.69% | 0.36% | - |
| HSV(B) | 72.76º | 0.82% | 0.61% | - |
| XYZ | 20.83 | 28.12 | 5.43 | - |
| YUV | 132.45 | 69.05 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 155 | 28 | 0.17 | 0 | 0.82 | 0.39 | 72.76 | 0.69 | 0.36 |
| Hex | 80 | 9B | 1C | 11 | 0 | 52 | 27 | 49 | 45 | 24 |
| Octal | 200 | 233 | 34 | 21 | 0 | 122 | 47 | 111 | 105 | 44 |
| Binary | 10000000 | 10011011 | 11100 | 10001 | 0 | 1010010 | 100111 | 1001001 | 1000101 | 100100 |
Color Harmonies of #809B1C
Complementary color
Monochromatic Colors of #809B1C
Black with #809B1C
Text Example
Text Example
White with #809B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809B1C; }
p { color: rgb(128,155,28); }
H1.HeaderClassName
{
color: #809B1C;
}
.AnyTagClassName
{
color: #809B1C;
}
</style>
background-color css
<style>
a { background-color: #809B1C; }
a { background-color: rgb(128,155,28); }
div.DivClassName
{
background-color: #809B1C;
}
.BgClassName
{
background-color: #809B1C;
}
</style>
border-color css
<style>
span { border-color: #809B1C; }
span { border-color: rgb(128,155,28); }
td.TdClassName
{
border-color: #809B1C;
}
.TagClassName
{
border-color: #809B1C;
}
</style>