Shades of Citron #969908
Tints of Citron #969908
RGB
CMYK
RGB Variations
Color information
#969908 (or 0x969908) is known color: Citron. HEX triplet: 96, 99 and 08. RGB value is (150,153,8). Sum of RGB (Red+Green+Blue) = 150+153+8=311 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.23% from 311); Green value is 153 (60.16% from 255 or 49.20% from 311); Blue value is 8 (3.52% from 255 or 2.57% from 311); Max value from RGB is 153 - color contains mainly: green. Hex color #969908 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969908 is #6966F7. Grayscale: #888888. Windows color (decimal): -6907640 or 563606. OLE color: 563606.
HSL color Cylindrical-coordinate representation of color #969908: hue angle of 61.24º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #969908 is Cyan = 0.02, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 150 | 153 | 8 | - |
| CMYK | 0.02 | 0 | 0.95 | 0.4 |
| HSL | 61.24º | 0.9% | 0.32% | - |
| HSV(B) | 61.24º | 0.95% | 0.6% | - |
| XYZ | 24.01 | 29.28 | 4.62 | - |
| YUV | 135.57 | 56.01 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 153 | 8 | 0.02 | 0 | 0.95 | 0.4 | 61.24 | 0.9 | 0.32 |
| Hex | 96 | 99 | 8 | 2 | 0 | 5F | 28 | 3D | 5A | 20 |
| Octal | 226 | 231 | 10 | 2 | 0 | 137 | 50 | 75 | 132 | 40 |
| Binary | 10010110 | 10011001 | 1000 | 10 | 0 | 1011111 | 101000 | 111101 | 1011010 | 100000 |
Color Harmonies of #969908
Complementary color
Monochromatic Colors of #969908
Black with #969908
Text Example
Text Example
White with #969908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969908; }
p { color: rgb(150,153,8); }
H1.HeaderClassName
{
color: #969908;
}
.AnyTagClassName
{
color: #969908;
}
</style>
background-color css
<style>
a { background-color: #969908; }
a { background-color: rgb(150,153,8); }
div.DivClassName
{
background-color: #969908;
}
.BgClassName
{
background-color: #969908;
}
</style>
border-color css
<style>
span { border-color: #969908; }
span { border-color: rgb(150,153,8); }
td.TdClassName
{
border-color: #969908;
}
.TagClassName
{
border-color: #969908;
}
</style>