Shades of Citrus #93BA0C
Tints of Citrus #93BA0C
RGB
CMYK
RGB Variations
Color information
#93BA0C (or 0x93BA0C) is known color: Citrus. HEX triplet: 93, BA and 0C. RGB value is (147,186,12). Sum of RGB (Red+Green+Blue) = 147+186+12=345 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.61% from 345); Green value is 186 (73.05% from 255 or 53.91% from 345); Blue value is 12 (5.08% from 255 or 3.48% from 345); Max value from RGB is 186 - color contains mainly: green. Hex color #93BA0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93BA0C is #6C45F3. Grayscale: #9B9B9B. Windows color (decimal): -7095796 or 834195. OLE color: 834195.
HSL color Cylindrical-coordinate representation of color #93BA0C: hue angle of 73.45º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #93BA0C is Cyan = 0.21, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 186 | 12 | - |
| CMYK | 0.21 | 0 | 0.94 | 0.27 |
| HSL | 73.45º | 0.88% | 0.39% | - |
| HSV(B) | 73.45º | 0.94% | 0.73% | - |
| XYZ | 29.66 | 41.35 | 6.77 | - |
| YUV | 154.5 | 47.58 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 186 | 12 | 0.21 | 0 | 0.94 | 0.27 | 73.45 | 0.88 | 0.39 |
| Hex | 93 | BA | C | 15 | 0 | 5E | 1B | 49 | 58 | 27 |
| Octal | 223 | 272 | 14 | 25 | 0 | 136 | 33 | 111 | 130 | 47 |
| Binary | 10010011 | 10111010 | 1100 | 10101 | 0 | 1011110 | 11011 | 1001001 | 1011000 | 100111 |
Color Harmonies of #93BA0C
Complementary color
Monochromatic Colors of #93BA0C
Black with #93BA0C
Text Example
Text Example
White with #93BA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BA0C; }
p { color: rgb(147,186,12); }
H1.HeaderClassName
{
color: #93BA0C;
}
.AnyTagClassName
{
color: #93BA0C;
}
</style>
background-color css
<style>
a { background-color: #93BA0C; }
a { background-color: rgb(147,186,12); }
div.DivClassName
{
background-color: #93BA0C;
}
.BgClassName
{
background-color: #93BA0C;
}
</style>
border-color css
<style>
span { border-color: #93BA0C; }
span { border-color: rgb(147,186,12); }
td.TdClassName
{
border-color: #93BA0C;
}
.TagClassName
{
border-color: #93BA0C;
}
</style>