Shades of Citron #95920D
Tints of Citron #95920D
RGB
CMYK
RGB Variations
Color information
#95920D (or 0x95920D) is known color: Citron. HEX triplet: 95, 92 and 0D. RGB value is (149,146,13). Sum of RGB (Red+Green+Blue) = 149+146+13=308 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.38% from 308); Green value is 146 (57.42% from 255 or 47.40% from 308); Blue value is 13 (5.47% from 255 or 4.22% from 308); Max value from RGB is 149 - color contains mainly: red. Hex color #95920D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #95920D is #6A6DF2. Grayscale: #848484. Windows color (decimal): -6974963 or 889493. OLE color: 889493.
HSL color Cylindrical-coordinate representation of color #95920D: hue angle of 58.68º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #95920D is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 146 | 13 | - |
| CMYK | 0 | 0.02 | 0.91 | 0.42 |
| HSL | 58.68º | 0.84% | 0.32% | - |
| HSV(B) | 58.68º | 0.91% | 0.58% | - |
| XYZ | 22.75 | 26.98 | 4.39 | - |
| YUV | 131.74 | 60.99 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 146 | 13 | 0 | 0.02 | 0.91 | 0.42 | 58.68 | 0.84 | 0.32 |
| Hex | 95 | 92 | D | 0 | 2 | 5B | 2A | 3B | 54 | 20 |
| Octal | 225 | 222 | 15 | 0 | 2 | 133 | 52 | 73 | 124 | 40 |
| Binary | 10010101 | 10010010 | 1101 | 0 | 10 | 1011011 | 101010 | 111011 | 1010100 | 100000 |
Color Harmonies of #95920D
Complementary color
Monochromatic Colors of #95920D
Black with #95920D
Text Example
Text Example
White with #95920D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95920D; }
p { color: rgb(149,146,13); }
H1.HeaderClassName
{
color: #95920D;
}
.AnyTagClassName
{
color: #95920D;
}
</style>
background-color css
<style>
a { background-color: #95920D; }
a { background-color: rgb(149,146,13); }
div.DivClassName
{
background-color: #95920D;
}
.BgClassName
{
background-color: #95920D;
}
</style>
border-color css
<style>
span { border-color: #95920D; }
span { border-color: rgb(149,146,13); }
td.TdClassName
{
border-color: #95920D;
}
.TagClassName
{
border-color: #95920D;
}
</style>