Shades of Citrus #93B100
Tints of Citrus #93B100
RGB
CMYK
RGB Variations
Color information
#93B100 (or 0x93B100) is known color: Citrus. HEX triplet: 93, B1 and 00. RGB value is (147,177,0). Sum of RGB (Red+Green+Blue) = 147+177+0=324 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.37% from 324); Green value is 177 (69.53% from 255 or 54.63% from 324); Blue value is 0 (0.39% from 255 or 0% from 324); Max value from RGB is 177 - color contains mainly: green. Hex color #93B100 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #93B100 is #6C4EFF. Grayscale: #949494. Windows color (decimal): -7098112 or 45459. OLE color: 45459.
HSL color Cylindrical-coordinate representation of color #93B100: hue angle of 70.17º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #93B100 is Cyan = 0.17, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 147 | 177 | 0 | - |
| CMYK | 0.17 | 0 | 1 | 0.31 |
| HSL | 70.17º | 1% | 0.35% | - |
| HSV(B) | 70.17º | 1% | 0.69% | - |
| XYZ | 27.75 | 37.65 | 5.8 | - |
| YUV | 147.85 | 44.56 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 177 | 0 | 0.17 | 0 | 1 | 0.31 | 70.17 | 1 | 0.35 |
| Hex | 93 | B1 | 0 | 11 | 0 | 64 | 1F | 46 | 64 | 23 |
| Octal | 223 | 261 | 0 | 21 | 0 | 144 | 37 | 106 | 144 | 43 |
| Binary | 10010011 | 10110001 | 0 | 10001 | 0 | 1100100 | 11111 | 1000110 | 1100100 | 100011 |
Color Harmonies of #93B100
Complementary color
Monochromatic Colors of #93B100
Black with #93B100
Text Example
Text Example
White with #93B100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93B100; }
p { color: rgb(147,177,0); }
H1.HeaderClassName
{
color: #93B100;
}
.AnyTagClassName
{
color: #93B100;
}
</style>
background-color css
<style>
a { background-color: #93B100; }
a { background-color: rgb(147,177,0); }
div.DivClassName
{
background-color: #93B100;
}
.BgClassName
{
background-color: #93B100;
}
</style>
border-color css
<style>
span { border-color: #93B100; }
span { border-color: rgb(147,177,0); }
td.TdClassName
{
border-color: #93B100;
}
.TagClassName
{
border-color: #93B100;
}
</style>