Shades of Citrus #93B802
Tints of Citrus #93B802
RGB
CMYK
RGB Variations
Color information
#93B802 (or 0x93B802) is known color: Citrus. HEX triplet: 93, B8 and 02. RGB value is (147,184,2). Sum of RGB (Red+Green+Blue) = 147+184+2=333 (44% of max value = 765). Red value is 147 (57.81% from 255 or 44.14% from 333); Green value is 184 (72.27% from 255 or 55.26% from 333); Blue value is 2 (1.17% from 255 or 0.60% from 333); Max value from RGB is 184 - color contains mainly: green. Hex color #93B802 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93B802 is #6C47FD. Grayscale: #989898. Windows color (decimal): -7096318 or 178323. OLE color: 178323.
HSL color Cylindrical-coordinate representation of color #93B802: hue angle of 72.2º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #93B802 is Cyan = 0.20, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 147 | 184 | 2 | - |
| CMYK | 0.20 | 0 | 0.99 | 0.28 |
| HSL | 72.2º | 0.98% | 0.36% | - |
| HSV(B) | 72.2º | 0.99% | 0.72% | - |
| XYZ | 29.18 | 40.49 | 6.33 | - |
| YUV | 152.19 | 43.24 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 184 | 2 | 0.20 | 0 | 0.99 | 0.28 | 72.2 | 0.98 | 0.36 |
| Hex | 93 | B8 | 2 | 14 | 0 | 63 | 1C | 48 | 62 | 24 |
| Octal | 223 | 270 | 2 | 24 | 0 | 143 | 34 | 110 | 142 | 44 |
| Binary | 10010011 | 10111000 | 10 | 10100 | 0 | 1100011 | 11100 | 1001000 | 1100010 | 100100 |
Color Harmonies of #93B802
Complementary color
Monochromatic Colors of #93B802
Black with #93B802
Text Example
Text Example
White with #93B802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93B802; }
p { color: rgb(147,184,2); }
H1.HeaderClassName
{
color: #93B802;
}
.AnyTagClassName
{
color: #93B802;
}
</style>
background-color css
<style>
a { background-color: #93B802; }
a { background-color: rgb(147,184,2); }
div.DivClassName
{
background-color: #93B802;
}
.BgClassName
{
background-color: #93B802;
}
</style>
border-color css
<style>
span { border-color: #93B802; }
span { border-color: rgb(147,184,2); }
td.TdClassName
{
border-color: #93B802;
}
.TagClassName
{
border-color: #93B802;
}
</style>