Shades of Citrus #93B112
Tints of Citrus #93B112
RGB
CMYK
RGB Variations
Color information
#93B112 (or 0x93B112) is known color: Citrus. HEX triplet: 93, B1 and 12. RGB value is (147,177,18). Sum of RGB (Red+Green+Blue) = 147+177+18=342 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.98% from 342); Green value is 177 (69.53% from 255 or 51.75% from 342); Blue value is 18 (7.42% from 255 or 5.26% from 342); Max value from RGB is 177 - color contains mainly: green. Hex color #93B112 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #93B112 is #6C4EED. Grayscale: #969696. Windows color (decimal): -7098094 or 1225107. OLE color: 1225107.
HSL color Cylindrical-coordinate representation of color #93B112: hue angle of 71.32º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #93B112 is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 147 | 177 | 18 | - |
| CMYK | 0.17 | 0 | 0.90 | 0.31 |
| HSL | 71.32º | 0.82% | 0.38% | - |
| HSV(B) | 71.32º | 0.9% | 0.69% | - |
| XYZ | 27.86 | 37.69 | 6.38 | - |
| YUV | 149.9 | 53.56 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 177 | 18 | 0.17 | 0 | 0.90 | 0.31 | 71.32 | 0.82 | 0.38 |
| Hex | 93 | B1 | 12 | 11 | 0 | 5A | 1F | 47 | 52 | 26 |
| Octal | 223 | 261 | 22 | 21 | 0 | 132 | 37 | 107 | 122 | 46 |
| Binary | 10010011 | 10110001 | 10010 | 10001 | 0 | 1011010 | 11111 | 1000111 | 1010010 | 100110 |
Color Harmonies of #93B112
Complementary color
Monochromatic Colors of #93B112
Black with #93B112
Text Example
Text Example
White with #93B112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93B112; }
p { color: rgb(147,177,18); }
H1.HeaderClassName
{
color: #93B112;
}
.AnyTagClassName
{
color: #93B112;
}
</style>
background-color css
<style>
a { background-color: #93B112; }
a { background-color: rgb(147,177,18); }
div.DivClassName
{
background-color: #93B112;
}
.BgClassName
{
background-color: #93B112;
}
</style>
border-color css
<style>
span { border-color: #93B112; }
span { border-color: rgb(147,177,18); }
td.TdClassName
{
border-color: #93B112;
}
.TagClassName
{
border-color: #93B112;
}
</style>