Shades of Citron #969B2B
Tints of Citron #969B2B
RGB
CMYK
RGB Variations
Color information
#969B2B (or 0x969B2B) is known color: Citron. HEX triplet: 96, 9B and 2B. RGB value is (150,155,43). Sum of RGB (Red+Green+Blue) = 150+155+43=348 (46% of max value = 765). Red value is 150 (58.98% from 255 or 43.10% from 348); Green value is 155 (60.94% from 255 or 44.54% from 348); Blue value is 43 (17.19% from 255 or 12.36% from 348); Max value from RGB is 155 - color contains mainly: green. Hex color #969B2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969B2B is #6964D4. Grayscale: #8D8D8D. Windows color (decimal): -6907093 or 2857878. OLE color: 2857878.
HSL color Cylindrical-coordinate representation of color #969B2B: hue angle of 62.68º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #969B2B is Cyan = 0.03, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 150 | 155 | 43 | - |
| CMYK | 0.03 | 0 | 0.72 | 0.39 |
| HSL | 62.68º | 0.57% | 0.39% | - |
| HSV(B) | 62.68º | 0.72% | 0.61% | - |
| XYZ | 24.74 | 30.1 | 6.79 | - |
| YUV | 140.74 | 72.84 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 155 | 43 | 0.03 | 0 | 0.72 | 0.39 | 62.68 | 0.57 | 0.39 |
| Hex | 96 | 9B | 2B | 3 | 0 | 48 | 27 | 3F | 39 | 27 |
| Octal | 226 | 233 | 53 | 3 | 0 | 110 | 47 | 77 | 71 | 47 |
| Binary | 10010110 | 10011011 | 101011 | 11 | 0 | 1001000 | 100111 | 111111 | 111001 | 100111 |
Color Harmonies of #969B2B
Complementary color
Monochromatic Colors of #969B2B
Black with #969B2B
Text Example
Text Example
White with #969B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969B2B; }
p { color: rgb(150,155,43); }
H1.HeaderClassName
{
color: #969B2B;
}
.AnyTagClassName
{
color: #969B2B;
}
</style>
background-color css
<style>
a { background-color: #969B2B; }
a { background-color: rgb(150,155,43); }
div.DivClassName
{
background-color: #969B2B;
}
.BgClassName
{
background-color: #969B2B;
}
</style>
border-color css
<style>
span { border-color: #969B2B; }
span { border-color: rgb(150,155,43); }
td.TdClassName
{
border-color: #969B2B;
}
.TagClassName
{
border-color: #969B2B;
}
</style>