#93AB64

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

Shades of Chelsea Cucumber #93AB64

Tints of Chelsea Cucumber #93AB64

Color information

#93AB64 (or 0x93AB64) is unknown color: approx Chelsea Cucumber. HEX triplet: 93, AB and 64. RGB value is (147,171,100). Sum of RGB (Red+Green+Blue) = 147+171+100=418 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.17% from 418); Green value is 171 (67.19% from 255 or 40.91% from 418); Blue value is 100 (39.45% from 255 or 23.92% from 418); Max value from RGB is 171 - color contains mainly: green. Hex color #93AB64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93AB64 is #6C549B. Grayscale: #9B9B9B. Windows color (decimal): -7099548 or 6597523. OLE color: 6597523.

HSL color Cylindrical-coordinate representation of color #93AB64: hue angle of 80.28º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #93AB64 is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB147171100-
CMYK0.1400.420.33
HSL80.28º29.71%53.14%-
HSV(B)80.28º41.52%67.06%-
XYZ28.936.2517.53-
YUV155.7396.55121.77-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.17%
GREEN value IS 171 (67.19% from 255) = 40.91%
BLUE value IS 100 (39.45% from 255) = 23.92%
R=35.17%
G=40.91%
B=23.92%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1471711000.1400.420.3380.2829.7153.14
Hex93AB64E02A21501e35
Octal22325314416052411203665
Binary1001001110101011110010011100101010100001101000011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AB64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,171,100); }

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

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

 a { background-color: rgb(147,171,100); }

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

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

 span { border-color: rgb(147,171,100); }

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