Shades of Citrus #93B403
Tints of Citrus #93B403
RGB
CMYK
RGB Variations
Color information
#93B403 (or 0x93B403) is known color: Citrus. HEX triplet: 93, B4 and 03. RGB value is (147,180,3). Sum of RGB (Red+Green+Blue) = 147+180+3=330 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.55% from 330); Green value is 180 (70.70% from 255 or 54.55% from 330); Blue value is 3 (1.56% from 255 or 0.91% from 330); Max value from RGB is 180 - color contains mainly: green. Hex color #93B403 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93B403 is #6C4BFC. Grayscale: #969696. Windows color (decimal): -7097341 or 242835. OLE color: 242835.
HSL color Cylindrical-coordinate representation of color #93B403: hue angle of 71.19º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #93B403 is Cyan = 0.18, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 147 | 180 | 3 | - |
| CMYK | 0.18 | 0 | 0.98 | 0.29 |
| HSL | 71.19º | 0.97% | 0.36% | - |
| HSV(B) | 71.19º | 0.98% | 0.71% | - |
| XYZ | 28.37 | 38.85 | 6.09 | - |
| YUV | 149.96 | 45.07 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 180 | 3 | 0.18 | 0 | 0.98 | 0.29 | 71.19 | 0.97 | 0.36 |
| Hex | 93 | B4 | 3 | 12 | 0 | 62 | 1D | 47 | 61 | 24 |
| Octal | 223 | 264 | 3 | 22 | 0 | 142 | 35 | 107 | 141 | 44 |
| Binary | 10010011 | 10110100 | 11 | 10010 | 0 | 1100010 | 11101 | 1000111 | 1100001 | 100100 |
Color Harmonies of #93B403
Complementary color
Monochromatic Colors of #93B403
Black with #93B403
Text Example
Text Example
White with #93B403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93B403; }
p { color: rgb(147,180,3); }
H1.HeaderClassName
{
color: #93B403;
}
.AnyTagClassName
{
color: #93B403;
}
</style>
background-color css
<style>
a { background-color: #93B403; }
a { background-color: rgb(147,180,3); }
div.DivClassName
{
background-color: #93B403;
}
.BgClassName
{
background-color: #93B403;
}
</style>
border-color css
<style>
span { border-color: #93B403; }
span { border-color: rgb(147,180,3); }
td.TdClassName
{
border-color: #93B403;
}
.TagClassName
{
border-color: #93B403;
}
</style>