Shades of Citrus #96B103
Tints of Citrus #96B103
RGB
CMYK
RGB Variations
Color information
#96B103 (or 0x96B103) is known color: Citrus. HEX triplet: 96, B1 and 03. RGB value is (150,177,3). Sum of RGB (Red+Green+Blue) = 150+177+3=330 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.45% from 330); Green value is 177 (69.53% from 255 or 53.64% from 330); Blue value is 3 (1.56% from 255 or 0.91% from 330); Max value from RGB is 177 - color contains mainly: green. Hex color #96B103 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96B103 is #694EFC. Grayscale: #959595. Windows color (decimal): -6901501 or 242070. OLE color: 242070.
HSL color Cylindrical-coordinate representation of color #96B103: hue angle of 69.31º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #96B103 is Cyan = 0.15, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 150 | 177 | 3 | - |
| CMYK | 0.15 | 0 | 0.98 | 0.31 |
| HSL | 69.31º | 0.97% | 0.35% | - |
| HSV(B) | 69.31º | 0.98% | 0.69% | - |
| XYZ | 28.32 | 37.93 | 5.92 | - |
| YUV | 149.09 | 45.55 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 177 | 3 | 0.15 | 0 | 0.98 | 0.31 | 69.31 | 0.97 | 0.35 |
| Hex | 96 | B1 | 3 | F | 0 | 62 | 1F | 45 | 61 | 23 |
| Octal | 226 | 261 | 3 | 17 | 0 | 142 | 37 | 105 | 141 | 43 |
| Binary | 10010110 | 10110001 | 11 | 1111 | 0 | 1100010 | 11111 | 1000101 | 1100001 | 100011 |
Color Harmonies of #96B103
Complementary color
Monochromatic Colors of #96B103
Black with #96B103
Text Example
Text Example
White with #96B103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B103; }
p { color: rgb(150,177,3); }
H1.HeaderClassName
{
color: #96B103;
}
.AnyTagClassName
{
color: #96B103;
}
</style>
background-color css
<style>
a { background-color: #96B103; }
a { background-color: rgb(150,177,3); }
div.DivClassName
{
background-color: #96B103;
}
.BgClassName
{
background-color: #96B103;
}
</style>
border-color css
<style>
span { border-color: #96B103; }
span { border-color: rgb(150,177,3); }
td.TdClassName
{
border-color: #96B103;
}
.TagClassName
{
border-color: #96B103;
}
</style>