#93AD65

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

Shades of Chelsea Cucumber #93AD65

Tints of Chelsea Cucumber #93AD65

Color information

#93AD65 (or 0x93AD65) is unknown color: approx Chelsea Cucumber. HEX triplet: 93, AD and 65. RGB value is (147,173,101). Sum of RGB (Red+Green+Blue) = 147+173+101=421 (55% of max value = 765). Red value is 147 (57.81% from 255 or 34.92% from 421); Green value is 173 (67.97% from 255 or 41.09% from 421); Blue value is 101 (39.84% from 255 or 23.99% from 421); Max value from RGB is 173 - color contains mainly: green. Hex color #93AD65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93AD65 is #6C529A. Grayscale: #9D9D9D. Windows color (decimal): -7099035 or 6663571. OLE color: 6663571.

HSL color Cylindrical-coordinate representation of color #93AD65: hue angle of 81.67º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #93AD65 is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.32.

Color convert

RGB147173101-
CMYK0.1500.420.32
HSL81.67º30.51%53.73%-
HSV(B)81.67º41.62%67.84%-
XYZ29.3337.0317.91-
YUV157.0296.39120.85-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.92%
GREEN value IS 173 (67.97% from 255) = 41.09%
BLUE value IS 101 (39.84% from 255) = 23.99%
R=34.92%
G=41.09%
B=23.99%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1471731010.1500.420.3281.6730.5153.73
Hex93AD65F02A20521f36
Octal22325514517052401223766
Binary1001001110101101110010111110101010100000101001011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AD65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,173,101); }

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

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

 a { background-color: rgb(147,173,101); }

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

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

 span { border-color: rgb(147,173,101); }

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