#93BC5A

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

Shades of Chelsea Cucumber #93BC5A

Tints of Chelsea Cucumber #93BC5A

Color information

#93BC5A (or 0x93BC5A) is unknown color: approx Chelsea Cucumber. HEX triplet: 93, BC and 5A. RGB value is (147,188,90). Sum of RGB (Red+Green+Blue) = 147+188+90=425 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.59% from 425); Green value is 188 (73.83% from 255 or 44.24% from 425); Blue value is 90 (35.55% from 255 or 21.18% from 425); Max value from RGB is 188 - color contains mainly: green. Hex color #93BC5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93BC5A is #6C43A5. Grayscale: #A4A4A4. Windows color (decimal): -7095206 or 5946515. OLE color: 5946515.

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

Color convert

RGB14718890-
CMYK0.2200.520.26
HSL85.1º42.24%54.51%-
HSV(B)85.1º52.13%73.73%-
XYZ31.8642.9116.28-
YUV164.5785.92115.47-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.59%
GREEN value IS 188 (73.83% from 255) = 44.24%
BLUE value IS 90 (35.55% from 255) = 21.18%
R=34.59%
G=44.24%
B=21.18%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal147188900.2200.520.2685.142.2454.51
Hex93BC5A160341A552a37
Octal22327413226064321255267
Binary10010011101111001011010101100110100110101010101101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BC5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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