#93B460

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

Shades of Chelsea Cucumber #93B460

Tints of Chelsea Cucumber #93B460

Color information

#93B460 (or 0x93B460) is unknown color: approx Chelsea Cucumber. HEX triplet: 93, B4 and 60. RGB value is (147,180,96). Sum of RGB (Red+Green+Blue) = 147+180+96=423 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.75% from 423); Green value is 180 (70.70% from 255 or 42.55% from 423); Blue value is 96 (37.89% from 255 or 22.70% from 423); Max value from RGB is 180 - color contains mainly: green. Hex color #93B460 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93B460 is #6C4B9F. Grayscale: #A0A0A0. Windows color (decimal): -7097248 or 6337683. OLE color: 6337683.

HSL color Cylindrical-coordinate representation of color #93B460: hue angle of 83.57º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #93B460 is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB14718096-
CMYK0.1800.470.29
HSL83.57º35.9%54.12%-
HSV(B)83.57º46.67%70.59%-
XYZ30.4739.6917.12-
YUV160.5691.57118.33-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.75%
GREEN value IS 180 (70.70% from 255) = 42.55%
BLUE value IS 96 (37.89% from 255) = 22.70%
R=34.75%
G=42.55%
B=22.70%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal147180960.1800.470.2983.5735.954.12
Hex93B4601202F1D542436
Octal22326414022057351244466
Binary10010011101101001100000100100101111111011010100100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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