Shades of Citrus #93B10A
Tints of Citrus #93B10A
RGB
CMYK
RGB Variations
Color information
#93B10A (or 0x93B10A) is known color: Citrus. HEX triplet: 93, B1 and 0A. RGB value is (147,177,10). Sum of RGB (Red+Green+Blue) = 147+177+10=334 (44% of max value = 765). Red value is 147 (57.81% from 255 or 44.01% from 334); Green value is 177 (69.53% from 255 or 52.99% from 334); Blue value is 10 (4.30% from 255 or 2.99% from 334); Max value from RGB is 177 - color contains mainly: green. Hex color #93B10A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #93B10A is #6C4EF5. Grayscale: #959595. Windows color (decimal): -7098102 or 700819. OLE color: 700819.
HSL color Cylindrical-coordinate representation of color #93B10A: hue angle of 70.78º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #93B10A is Cyan = 0.17, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 147 | 177 | 10 | - |
| CMYK | 0.17 | 0 | 0.94 | 0.31 |
| HSL | 70.78º | 0.89% | 0.37% | - |
| HSV(B) | 70.78º | 0.94% | 0.69% | - |
| XYZ | 27.81 | 37.67 | 6.09 | - |
| YUV | 148.99 | 49.56 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 177 | 10 | 0.17 | 0 | 0.94 | 0.31 | 70.78 | 0.89 | 0.37 |
| Hex | 93 | B1 | A | 11 | 0 | 5E | 1F | 47 | 59 | 25 |
| Octal | 223 | 261 | 12 | 21 | 0 | 136 | 37 | 107 | 131 | 45 |
| Binary | 10010011 | 10110001 | 1010 | 10001 | 0 | 1011110 | 11111 | 1000111 | 1011001 | 100101 |
Color Harmonies of #93B10A
Complementary color
Monochromatic Colors of #93B10A
Black with #93B10A
Text Example
Text Example
White with #93B10A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93B10A; }
p { color: rgb(147,177,10); }
H1.HeaderClassName
{
color: #93B10A;
}
.AnyTagClassName
{
color: #93B10A;
}
</style>
background-color css
<style>
a { background-color: #93B10A; }
a { background-color: rgb(147,177,10); }
div.DivClassName
{
background-color: #93B10A;
}
.BgClassName
{
background-color: #93B10A;
}
</style>
border-color css
<style>
span { border-color: #93B10A; }
span { border-color: rgb(147,177,10); }
td.TdClassName
{
border-color: #93B10A;
}
.TagClassName
{
border-color: #93B10A;
}
</style>