#93AB50

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

Shades of Chelsea Cucumber #93AB50

Tints of Chelsea Cucumber #93AB50

Color information

#93AB50 (or 0x93AB50) is unknown color: approx Chelsea Cucumber. HEX triplet: 93, AB and 50. RGB value is (147,171,80). Sum of RGB (Red+Green+Blue) = 147+171+80=398 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.93% from 398); Green value is 171 (67.19% from 255 or 42.96% from 398); Blue value is 80 (31.64% from 255 or 20.10% from 398); Max value from RGB is 171 - color contains mainly: green. Hex color #93AB50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93AB50 is #6C54AF. Grayscale: #999999. Windows color (decimal): -7099568 or 5286803. OLE color: 5286803.

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

Color convert

RGB14717180-
CMYK0.1400.530.33
HSL75.82º36.25%49.22%-
HSV(B)75.82º53.22%67.06%-
XYZ28.0435.9113.04-
YUV153.4586.55123.4-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.93%
GREEN value IS 171 (67.19% from 255) = 42.96%
BLUE value IS 80 (31.64% from 255) = 20.10%
R=36.93%
G=42.96%
B=20.10%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal147171800.1400.530.3375.8236.2549.22
Hex93AB50E035214c2431
Octal22325312016065411144461
Binary10010011101010111010000111001101011000011001100100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AB50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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