#93B65A

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

Shades of Chelsea Cucumber #93B65A

Tints of Chelsea Cucumber #93B65A

Color information

#93B65A (or 0x93B65A) is unknown color: approx Chelsea Cucumber. HEX triplet: 93, B6 and 5A. RGB value is (147,182,90). Sum of RGB (Red+Green+Blue) = 147+182+90=419 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.08% from 419); Green value is 182 (71.48% from 255 or 43.44% from 419); Blue value is 90 (35.55% from 255 or 21.48% from 419); Max value from RGB is 182 - color contains mainly: green. Hex color #93B65A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93B65A is #6C49A5. Grayscale: #A1A1A1. Windows color (decimal): -7096742 or 5944979. OLE color: 5944979.

HSL color Cylindrical-coordinate representation of color #93B65A: hue angle of 82.83º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #93B65A is Cyan = 0.19, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB14718290-
CMYK0.1900.510.29
HSL82.83º38.66%53.33%-
HSV(B)82.83º50.55%71.37%-
XYZ30.6140.415.86-
YUV161.0587.9117.98-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.08%
GREEN value IS 182 (71.48% from 255) = 43.44%
BLUE value IS 90 (35.55% from 255) = 21.48%
R=35.08%
G=43.44%
B=21.48%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal147182900.1900.510.2982.8338.6653.33
Hex93B65A130331D532735
Octal22326613223063351234765
Binary10010011101101101011010100110110011111011010011100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B65A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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