Shades of Citron #849B1A
Tints of Citron #849B1A
RGB
CMYK
RGB Variations
Color information
#849B1A (or 0x849B1A) is known color: Citron. HEX triplet: 84, 9B and 1A. RGB value is (132,155,26). Sum of RGB (Red+Green+Blue) = 132+155+26=313 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.17% from 313); Green value is 155 (60.94% from 255 or 49.52% from 313); Blue value is 26 (10.55% from 255 or 8.31% from 313); Max value from RGB is 155 - color contains mainly: green. Hex color #849B1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849B1A is #7B64E5. Grayscale: #858585. Windows color (decimal): -8086758 or 1743748. OLE color: 1743748.
HSL color Cylindrical-coordinate representation of color #849B1A: hue angle of 70.7º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #849B1A is Cyan = 0.15, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 132 | 155 | 26 | - |
| CMYK | 0.15 | 0 | 0.83 | 0.39 |
| HSL | 70.7º | 0.71% | 0.35% | - |
| HSV(B) | 70.7º | 0.83% | 0.61% | - |
| XYZ | 21.42 | 28.42 | 5.33 | - |
| YUV | 133.42 | 67.38 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 155 | 26 | 0.15 | 0 | 0.83 | 0.39 | 70.7 | 0.71 | 0.35 |
| Hex | 84 | 9B | 1A | F | 0 | 53 | 27 | 47 | 47 | 23 |
| Octal | 204 | 233 | 32 | 17 | 0 | 123 | 47 | 107 | 107 | 43 |
| Binary | 10000100 | 10011011 | 11010 | 1111 | 0 | 1010011 | 100111 | 1000111 | 1000111 | 100011 |
Color Harmonies of #849B1A
Complementary color
Monochromatic Colors of #849B1A
Black with #849B1A
Text Example
Text Example
White with #849B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849B1A; }
p { color: rgb(132,155,26); }
H1.HeaderClassName
{
color: #849B1A;
}
.AnyTagClassName
{
color: #849B1A;
}
</style>
background-color css
<style>
a { background-color: #849B1A; }
a { background-color: rgb(132,155,26); }
div.DivClassName
{
background-color: #849B1A;
}
.BgClassName
{
background-color: #849B1A;
}
</style>
border-color css
<style>
span { border-color: #849B1A; }
span { border-color: rgb(132,155,26); }
td.TdClassName
{
border-color: #849B1A;
}
.TagClassName
{
border-color: #849B1A;
}
</style>