#93B45D

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

Shades of Chelsea Cucumber #93B45D

Tints of Chelsea Cucumber #93B45D

Color information

#93B45D (or 0x93B45D) is unknown color: approx Chelsea Cucumber. HEX triplet: 93, B4 and 5D. RGB value is (147,180,93). Sum of RGB (Red+Green+Blue) = 147+180+93=420 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35% from 420); Green value is 180 (70.70% from 255 or 42.86% from 420); Blue value is 93 (36.72% from 255 or 22.14% from 420); Max value from RGB is 180 - color contains mainly: green. Hex color #93B45D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93B45D is #6C4BA2. Grayscale: #A0A0A0. Windows color (decimal): -7097251 or 6141075. OLE color: 6141075.

HSL color Cylindrical-coordinate representation of color #93B45D: hue angle of 82.76º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #93B45D is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB14718093-
CMYK0.1800.480.29
HSL82.76º36.71%53.53%-
HSV(B)82.76º48.33%70.59%-
XYZ30.3339.6416.41-
YUV160.2290.07118.57-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35%
GREEN value IS 180 (70.70% from 255) = 42.86%
BLUE value IS 93 (36.72% from 255) = 22.14%
R=35%
G=42.86%
B=22.14%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal147180930.1800.480.2982.7636.7153.53
Hex93B45D120301D532536
Octal22326413522060351234566
Binary10010011101101001011101100100110000111011010011100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B45D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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