#93BB5D

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

Shades of Chelsea Cucumber #93BB5D

Tints of Chelsea Cucumber #93BB5D

Color information

#93BB5D (or 0x93BB5D) is unknown color: approx Chelsea Cucumber. HEX triplet: 93, BB and 5D. RGB value is (147,187,93). Sum of RGB (Red+Green+Blue) = 147+187+93=427 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.43% from 427); Green value is 187 (73.44% from 255 or 43.79% from 427); Blue value is 93 (36.72% from 255 or 21.78% from 427); Max value from RGB is 187 - color contains mainly: green. Hex color #93BB5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93BB5D is #6C44A2. Grayscale: #A4A4A4. Windows color (decimal): -7095459 or 6142867. OLE color: 6142867.

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

Color convert

RGB14718793-
CMYK0.2100.500.27
HSL85.53º40.87%54.9%-
HSV(B)85.53º50.27%73.33%-
XYZ31.7842.5316.89-
YUV164.3287.75115.64-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.43%
GREEN value IS 187 (73.44% from 255) = 43.79%
BLUE value IS 93 (36.72% from 255) = 21.78%
R=34.43%
G=43.79%
B=21.78%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal147187930.2100.500.2785.5340.8754.9
Hex93BB5D150321B562937
Octal22327313525062331265167
Binary10010011101110111011101101010110010110111010110101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BB5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,187,93); }

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

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

 a { background-color: rgb(147,187,93); }

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

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

 span { border-color: rgb(147,187,93); }

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