Shades of Citron #839125
Tints of Citron #839125
RGB
CMYK
RGB Variations
Color information
#839125 (or 0x839125) is known color: Citron. HEX triplet: 83, 91 and 25. RGB value is (131,145,37). Sum of RGB (Red+Green+Blue) = 131+145+37=313 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.85% from 313); Green value is 145 (57.03% from 255 or 46.33% from 313); Blue value is 37 (14.84% from 255 or 11.82% from 313); Max value from RGB is 145 - color contains mainly: green. Hex color #839125 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #839125 is #7C6EDA. Grayscale: #808080. Windows color (decimal): -8154843 or 2462083. OLE color: 2462083.
HSL color Cylindrical-coordinate representation of color #839125: hue angle of 67.78º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #839125 is Cyan = 0.10, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 131 | 145 | 37 | - |
| CMYK | 0.10 | 0 | 0.74 | 0.43 |
| HSL | 67.78º | 0.59% | 0.36% | - |
| HSV(B) | 67.78º | 0.74% | 0.57% | - |
| XYZ | 19.82 | 25.21 | 5.57 | - |
| YUV | 128.5 | 76.36 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 145 | 37 | 0.10 | 0 | 0.74 | 0.43 | 67.78 | 0.59 | 0.36 |
| Hex | 83 | 91 | 25 | A | 0 | 4A | 2B | 44 | 3B | 24 |
| Octal | 203 | 221 | 45 | 12 | 0 | 112 | 53 | 104 | 73 | 44 |
| Binary | 10000011 | 10010001 | 100101 | 1010 | 0 | 1001010 | 101011 | 1000100 | 111011 | 100100 |
Color Harmonies of #839125
Complementary color
Monochromatic Colors of #839125
Black with #839125
Text Example
Text Example
White with #839125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839125; }
p { color: rgb(131,145,37); }
H1.HeaderClassName
{
color: #839125;
}
.AnyTagClassName
{
color: #839125;
}
</style>
background-color css
<style>
a { background-color: #839125; }
a { background-color: rgb(131,145,37); }
div.DivClassName
{
background-color: #839125;
}
.BgClassName
{
background-color: #839125;
}
</style>
border-color css
<style>
span { border-color: #839125; }
span { border-color: rgb(131,145,37); }
td.TdClassName
{
border-color: #839125;
}
.TagClassName
{
border-color: #839125;
}
</style>