#93B060

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

Shades of Chelsea Cucumber #93B060

Tints of Chelsea Cucumber #93B060

Color information

#93B060 (or 0x93B060) is unknown color: approx Chelsea Cucumber. HEX triplet: 93, B0 and 60. RGB value is (147,176,96). Sum of RGB (Red+Green+Blue) = 147+176+96=419 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.08% from 419); Green value is 176 (69.14% from 255 or 42.00% from 419); Blue value is 96 (37.89% from 255 or 22.91% from 419); Max value from RGB is 176 - color contains mainly: green. Hex color #93B060 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93B060 is #6C4F9F. Grayscale: #9E9E9E. Windows color (decimal): -7098272 or 6336659. OLE color: 6336659.

HSL color Cylindrical-coordinate representation of color #93B060: hue angle of 81.75º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #93B060 is Cyan = 0.16, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB14717696-
CMYK0.1600.450.31
HSL81.75º33.61%53.33%-
HSV(B)81.75º45.45%69.02%-
XYZ29.6738.116.86-
YUV158.2192.89120-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.08%
GREEN value IS 176 (69.14% from 255) = 42.00%
BLUE value IS 96 (37.89% from 255) = 22.91%
R=35.08%
G=42.00%
B=22.91%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal147176960.1600.450.3181.7533.6153.33
Hex93B0601002D1F522235
Octal22326014020055371224265
Binary10010011101100001100000100000101101111111010010100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,176,96); }

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

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

 a { background-color: rgb(147,176,96); }

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

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

 span { border-color: rgb(147,176,96); }

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