#93BC5E

Color #93BC5E Chelsea Cucumber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chelsea Cucumber #93BC5E

Tints of Chelsea Cucumber #93BC5E

Color information

#93BC5E (or 0x93BC5E) is unknown color: approx Chelsea Cucumber. HEX triplet: 93, BC and 5E. RGB value is (147,188,94). Sum of RGB (Red+Green+Blue) = 147+188+94=429 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.27% from 429); Green value is 188 (73.83% from 255 or 43.82% from 429); Blue value is 94 (37.11% from 255 or 21.91% from 429); Max value from RGB is 188 - color contains mainly: green. Hex color #93BC5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93BC5E is #6C43A1. Grayscale: #A5A5A5. Windows color (decimal): -7095202 or 6208659. OLE color: 6208659.

HSL color Cylindrical-coordinate representation of color #93BC5E: hue angle of 86.17º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #93BC5E is Cyan = 0.22, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.26.

Color convert

RGB14718894-
CMYK0.2200.500.26
HSL86.17º41.23%55.29%-
HSV(B)86.17º50%73.73%-
XYZ32.0442.9817.2-
YUV165.0287.92115.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 147 (57.81% from 255) = 34.27%
GREEN value IS 188 (73.83% from 255) = 43.82%
BLUE value IS 94 (37.11% from 255) = 21.91%
R=34.27%
G=43.82%
B=21.91%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal147188940.2200.500.2686.1741.2355.29
Hex93BC5E160321A562937
Octal22327413626062321265167
Binary10010011101111001011110101100110010110101010110101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BC5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93BC5E; }

 p { color: rgb(147,188,94); }

 H1.HeaderClassName
 {
   color: #93BC5E;
 }
 .AnyTagClassName
 {
   color: #93BC5E;
 }
</style>
background-color css

<style>
 a { background-color: #93BC5E; }

 a { background-color: rgb(147,188,94); }

 div.DivClassName
 {
   background-color: #93BC5E;
 }
 .BgClassName
 {
   background-color: #93BC5E;
 }
</style>
border-color css

<style>
 span { border-color: #93BC5E; }

 span { border-color: rgb(147,188,94); }

 td.TdClassName
 {
   border-color: #93BC5E;
 }
 .TagClassName
 {
   border-color: #93BC5E;
 }
</style>