Shades of Citrus #93BE1A
Tints of Citrus #93BE1A
RGB
CMYK
RGB Variations
Color information
#93BE1A (or 0x93BE1A) is known color: Citrus. HEX triplet: 93, BE and 1A. RGB value is (147,190,26). Sum of RGB (Red+Green+Blue) = 147+190+26=363 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.50% from 363); Green value is 190 (74.61% from 255 or 52.34% from 363); Blue value is 26 (10.55% from 255 or 7.16% from 363); Max value from RGB is 190 - color contains mainly: green. Hex color #93BE1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93BE1A is #6C41E5. Grayscale: #9F9F9F. Windows color (decimal): -7094758 or 1752723. OLE color: 1752723.
HSL color Cylindrical-coordinate representation of color #93BE1A: hue angle of 75.73º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #93BE1A is Cyan = 0.23, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 147 | 190 | 26 | - |
| CMYK | 0.23 | 0 | 0.86 | 0.25 |
| HSL | 75.73º | 0.76% | 0.42% | - |
| HSV(B) | 75.73º | 0.86% | 0.75% | - |
| XYZ | 30.63 | 43.1 | 7.68 | - |
| YUV | 158.45 | 53.25 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 190 | 26 | 0.23 | 0 | 0.86 | 0.25 | 75.73 | 0.76 | 0.42 |
| Hex | 93 | BE | 1A | 17 | 0 | 56 | 19 | 4C | 4C | 2A |
| Octal | 223 | 276 | 32 | 27 | 0 | 126 | 31 | 114 | 114 | 52 |
| Binary | 10010011 | 10111110 | 11010 | 10111 | 0 | 1010110 | 11001 | 1001100 | 1001100 | 101010 |
Color Harmonies of #93BE1A
Complementary color
Monochromatic Colors of #93BE1A
Black with #93BE1A
Text Example
Text Example
White with #93BE1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BE1A; }
p { color: rgb(147,190,26); }
H1.HeaderClassName
{
color: #93BE1A;
}
.AnyTagClassName
{
color: #93BE1A;
}
</style>
background-color css
<style>
a { background-color: #93BE1A; }
a { background-color: rgb(147,190,26); }
div.DivClassName
{
background-color: #93BE1A;
}
.BgClassName
{
background-color: #93BE1A;
}
</style>
border-color css
<style>
span { border-color: #93BE1A; }
span { border-color: rgb(147,190,26); }
td.TdClassName
{
border-color: #93BE1A;
}
.TagClassName
{
border-color: #93BE1A;
}
</style>