Shades of Citrus #93BB02
Tints of Citrus #93BB02
RGB
CMYK
RGB Variations
Color information
#93BB02 (or 0x93BB02) is known color: Citrus. HEX triplet: 93, BB and 02. RGB value is (147,187,2). Sum of RGB (Red+Green+Blue) = 147+187+2=336 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.75% from 336); Green value is 187 (73.44% from 255 or 55.65% from 336); Blue value is 2 (1.17% from 255 or 0.60% from 336); Max value from RGB is 187 - color contains mainly: green. Hex color #93BB02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93BB02 is #6C44FD. Grayscale: #9A9A9A. Windows color (decimal): -7095550 or 179091. OLE color: 179091.
HSL color Cylindrical-coordinate representation of color #93BB02: hue angle of 72.97º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #93BB02 is Cyan = 0.21, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 187 | 2 | - |
| CMYK | 0.21 | 0 | 0.99 | 0.27 |
| HSL | 72.97º | 0.98% | 0.37% | - |
| HSV(B) | 72.97º | 0.99% | 0.73% | - |
| XYZ | 29.81 | 41.75 | 6.54 | - |
| YUV | 153.95 | 42.25 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 187 | 2 | 0.21 | 0 | 0.99 | 0.27 | 72.97 | 0.98 | 0.37 |
| Hex | 93 | BB | 2 | 15 | 0 | 63 | 1B | 49 | 62 | 25 |
| Octal | 223 | 273 | 2 | 25 | 0 | 143 | 33 | 111 | 142 | 45 |
| Binary | 10010011 | 10111011 | 10 | 10101 | 0 | 1100011 | 11011 | 1001001 | 1100010 | 100101 |
Color Harmonies of #93BB02
Complementary color
Monochromatic Colors of #93BB02
Black with #93BB02
Text Example
Text Example
White with #93BB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BB02; }
p { color: rgb(147,187,2); }
H1.HeaderClassName
{
color: #93BB02;
}
.AnyTagClassName
{
color: #93BB02;
}
</style>
background-color css
<style>
a { background-color: #93BB02; }
a { background-color: rgb(147,187,2); }
div.DivClassName
{
background-color: #93BB02;
}
.BgClassName
{
background-color: #93BB02;
}
</style>
border-color css
<style>
span { border-color: #93BB02; }
span { border-color: rgb(147,187,2); }
td.TdClassName
{
border-color: #93BB02;
}
.TagClassName
{
border-color: #93BB02;
}
</style>