#93B85A

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

Shades of Chelsea Cucumber #93B85A

Tints of Chelsea Cucumber #93B85A

Color information

#93B85A (or 0x93B85A) is unknown color: approx Chelsea Cucumber. HEX triplet: 93, B8 and 5A. RGB value is (147,184,90). Sum of RGB (Red+Green+Blue) = 147+184+90=421 (55% of max value = 765). Red value is 147 (57.81% from 255 or 34.92% from 421); Green value is 184 (72.27% from 255 or 43.71% from 421); Blue value is 90 (35.55% from 255 or 21.38% from 421); Max value from RGB is 184 - color contains mainly: green. Hex color #93B85A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93B85A is #6C47A5. Grayscale: #A2A2A2. Windows color (decimal): -7096230 or 5945491. OLE color: 5945491.

HSL color Cylindrical-coordinate representation of color #93B85A: hue angle of 83.62º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #93B85A is Cyan = 0.20, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB14718490-
CMYK0.2000.510.28
HSL83.62º39.83%53.73%-
HSV(B)83.62º51.09%72.16%-
XYZ31.0241.2215.99-
YUV162.2287.24117.14-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.92%
GREEN value IS 184 (72.27% from 255) = 43.71%
BLUE value IS 90 (35.55% from 255) = 21.38%
R=34.92%
G=43.71%
B=21.38%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal147184900.2000.510.2883.6239.8353.73
Hex93B85A140331C542836
Octal22327013224063341245066
Binary10010011101110001011010101000110011111001010100101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B85A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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