Shades of Citron #969B29
Tints of Citron #969B29
RGB
CMYK
RGB Variations
Color information
#969B29 (or 0x969B29) is known color: Citron. HEX triplet: 96, 9B and 29. RGB value is (150,155,41). Sum of RGB (Red+Green+Blue) = 150+155+41=346 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.35% from 346); Green value is 155 (60.94% from 255 or 44.80% from 346); Blue value is 41 (16.41% from 255 or 11.85% from 346); Max value from RGB is 155 - color contains mainly: green. Hex color #969B29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969B29 is #6964D6. Grayscale: #8C8C8C. Windows color (decimal): -6907095 or 2726806. OLE color: 2726806.
HSL color Cylindrical-coordinate representation of color #969B29: hue angle of 62.63º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #969B29 is Cyan = 0.03, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 150 | 155 | 41 | - |
| CMYK | 0.03 | 0 | 0.74 | 0.39 |
| HSL | 62.63º | 0.58% | 0.38% | - |
| HSV(B) | 62.63º | 0.74% | 0.61% | - |
| XYZ | 24.7 | 30.09 | 6.6 | - |
| YUV | 140.51 | 71.84 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 155 | 41 | 0.03 | 0 | 0.74 | 0.39 | 62.63 | 0.58 | 0.38 |
| Hex | 96 | 9B | 29 | 3 | 0 | 4A | 27 | 3F | 3A | 26 |
| Octal | 226 | 233 | 51 | 3 | 0 | 112 | 47 | 77 | 72 | 46 |
| Binary | 10010110 | 10011011 | 101001 | 11 | 0 | 1001010 | 100111 | 111111 | 111010 | 100110 |
Color Harmonies of #969B29
Complementary color
Monochromatic Colors of #969B29
Black with #969B29
Text Example
Text Example
White with #969B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969B29; }
p { color: rgb(150,155,41); }
H1.HeaderClassName
{
color: #969B29;
}
.AnyTagClassName
{
color: #969B29;
}
</style>
background-color css
<style>
a { background-color: #969B29; }
a { background-color: rgb(150,155,41); }
div.DivClassName
{
background-color: #969B29;
}
.BgClassName
{
background-color: #969B29;
}
</style>
border-color css
<style>
span { border-color: #969B29; }
span { border-color: rgb(150,155,41); }
td.TdClassName
{
border-color: #969B29;
}
.TagClassName
{
border-color: #969B29;
}
</style>