Shades of Chelsea Cucumber #93BB53
Tints of Chelsea Cucumber #93BB53
RGB
CMYK
RGB Variations
Color information
#93BB53 (or 0x93BB53) is known color: Chelsea Cucumber. HEX triplet: 93, BB and 53. RGB value is (147,187,83). Sum of RGB (Red+Green+Blue) = 147+187+83=417 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.25% from 417); Green value is 187 (73.44% from 255 or 44.84% from 417); Blue value is 83 (32.81% from 255 or 19.90% from 417); Max value from RGB is 187 - color contains mainly: green. Hex color #93BB53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93BB53 is #6C44AC. Grayscale: #A3A3A3. Windows color (decimal): -7095469 or 5487507. OLE color: 5487507.
HSL color Cylindrical-coordinate representation of color #93BB53: hue angle of 83.08º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #93BB53 is Cyan = 0.21, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 187 | 83 | - |
| CMYK | 0.21 | 0 | 0.56 | 0.27 |
| HSL | 83.08º | 0.43% | 0.53% | - |
| HSV(B) | 83.08º | 0.56% | 0.73% | - |
| XYZ | 31.36 | 42.37 | 14.71 | - |
| YUV | 163.18 | 82.75 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 187 | 83 | 0.21 | 0 | 0.56 | 0.27 | 83.08 | 0.43 | 0.53 |
| Hex | 93 | BB | 53 | 15 | 0 | 38 | 1B | 53 | 2B | 35 |
| Octal | 223 | 273 | 123 | 25 | 0 | 70 | 33 | 123 | 53 | 65 |
| Binary | 10010011 | 10111011 | 1010011 | 10101 | 0 | 111000 | 11011 | 1010011 | 101011 | 110101 |
Color Harmonies of #93BB53
Complementary color
Monochromatic Colors of #93BB53
Black with #93BB53
Text Example
Text Example
White with #93BB53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BB53; }
p { color: rgb(147,187,83); }
H1.HeaderClassName
{
color: #93BB53;
}
.AnyTagClassName
{
color: #93BB53;
}
</style>
background-color css
<style>
a { background-color: #93BB53; }
a { background-color: rgb(147,187,83); }
div.DivClassName
{
background-color: #93BB53;
}
.BgClassName
{
background-color: #93BB53;
}
</style>
border-color css
<style>
span { border-color: #93BB53; }
span { border-color: rgb(147,187,83); }
td.TdClassName
{
border-color: #93BB53;
}
.TagClassName
{
border-color: #93BB53;
}
</style>