Shades of Citron #95981B
Tints of Citron #95981B
RGB
CMYK
RGB Variations
Color information
#95981B (or 0x95981B) is known color: Citron. HEX triplet: 95, 98 and 1B. RGB value is (149,152,27). Sum of RGB (Red+Green+Blue) = 149+152+27=328 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.43% from 328); Green value is 152 (59.77% from 255 or 46.34% from 328); Blue value is 27 (10.94% from 255 or 8.23% from 328); Max value from RGB is 152 - color contains mainly: green. Hex color #95981B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95981B is #6A67E4. Grayscale: #898989. Windows color (decimal): -6973413 or 1808533. OLE color: 1808533.
HSL color Cylindrical-coordinate representation of color #95981B: hue angle of 61.44º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #95981B is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 149 | 152 | 27 | - |
| CMYK | 0.02 | 0 | 0.82 | 0.40 |
| HSL | 61.44º | 0.7% | 0.35% | - |
| HSV(B) | 61.44º | 0.82% | 0.6% | - |
| XYZ | 23.82 | 28.93 | 5.36 | - |
| YUV | 136.85 | 66.01 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 152 | 27 | 0.02 | 0 | 0.82 | 0.40 | 61.44 | 0.7 | 0.35 |
| Hex | 95 | 98 | 1B | 2 | 0 | 52 | 28 | 3D | 46 | 23 |
| Octal | 225 | 230 | 33 | 2 | 0 | 122 | 50 | 75 | 106 | 43 |
| Binary | 10010101 | 10011000 | 11011 | 10 | 0 | 1010010 | 101000 | 111101 | 1000110 | 100011 |
Color Harmonies of #95981B
Complementary color
Monochromatic Colors of #95981B
Black with #95981B
Text Example
Text Example
White with #95981B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95981B; }
p { color: rgb(149,152,27); }
H1.HeaderClassName
{
color: #95981B;
}
.AnyTagClassName
{
color: #95981B;
}
</style>
background-color css
<style>
a { background-color: #95981B; }
a { background-color: rgb(149,152,27); }
div.DivClassName
{
background-color: #95981B;
}
.BgClassName
{
background-color: #95981B;
}
</style>
border-color css
<style>
span { border-color: #95981B; }
span { border-color: rgb(149,152,27); }
td.TdClassName
{
border-color: #95981B;
}
.TagClassName
{
border-color: #95981B;
}
</style>