Shades of Citron #958F1A
Tints of Citron #958F1A
RGB
CMYK
RGB Variations
Color information
#958F1A (or 0x958F1A) is known color: Citron. HEX triplet: 95, 8F and 1A. RGB value is (149,143,26). Sum of RGB (Red+Green+Blue) = 149+143+26=318 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.86% from 318); Green value is 143 (56.25% from 255 or 44.97% from 318); Blue value is 26 (10.55% from 255 or 8.18% from 318); Max value from RGB is 149 - color contains mainly: red. Hex color #958F1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958F1A is #6A70E5. Grayscale: #838383. Windows color (decimal): -6975718 or 1740693. OLE color: 1740693.
HSL color Cylindrical-coordinate representation of color #958F1A: hue angle of 57.07º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #958F1A is Cyan = 0, Magento = 0.04, Yellow = 0.83 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 143 | 26 | - |
| CMYK | 0 | 0.04 | 0.83 | 0.42 |
| HSL | 57.07º | 0.7% | 0.34% | - |
| HSV(B) | 57.07º | 0.83% | 0.58% | - |
| XYZ | 22.4 | 26.11 | 4.84 | - |
| YUV | 131.46 | 68.49 | 140.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 143 | 26 | 0 | 0.04 | 0.83 | 0.42 | 57.07 | 0.7 | 0.34 |
| Hex | 95 | 8F | 1A | 0 | 4 | 53 | 2A | 39 | 46 | 22 |
| Octal | 225 | 217 | 32 | 0 | 4 | 123 | 52 | 71 | 106 | 42 |
| Binary | 10010101 | 10001111 | 11010 | 0 | 100 | 1010011 | 101010 | 111001 | 1000110 | 100010 |
Color Harmonies of #958F1A
Complementary color
Monochromatic Colors of #958F1A
Black with #958F1A
Text Example
Text Example
White with #958F1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958F1A; }
p { color: rgb(149,143,26); }
H1.HeaderClassName
{
color: #958F1A;
}
.AnyTagClassName
{
color: #958F1A;
}
</style>
background-color css
<style>
a { background-color: #958F1A; }
a { background-color: rgb(149,143,26); }
div.DivClassName
{
background-color: #958F1A;
}
.BgClassName
{
background-color: #958F1A;
}
</style>
border-color css
<style>
span { border-color: #958F1A; }
span { border-color: rgb(149,143,26); }
td.TdClassName
{
border-color: #958F1A;
}
.TagClassName
{
border-color: #958F1A;
}
</style>