#93B750

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

Shades of Chelsea Cucumber #93B750

Tints of Chelsea Cucumber #93B750

Color information

#93B750 (or 0x93B750) is unknown color: approx Chelsea Cucumber. HEX triplet: 93, B7 and 50. RGB value is (147,183,80). Sum of RGB (Red+Green+Blue) = 147+183+80=410 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.85% from 410); Green value is 183 (71.88% from 255 or 44.63% from 410); Blue value is 80 (31.64% from 255 or 19.51% from 410); Max value from RGB is 183 - color contains mainly: green. Hex color #93B750 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93B750 is #6C48AF. Grayscale: #A0A0A0. Windows color (decimal): -7096496 or 5289875. OLE color: 5289875.

HSL color Cylindrical-coordinate representation of color #93B750: hue angle of 80.97º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #93B750 is Cyan = 0.20, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.28.

Color convert

RGB14718380-
CMYK0.2000.560.28
HSL80.97º41.7%51.57%-
HSV(B)80.97º56.28%71.76%-
XYZ30.4140.6513.83-
YUV160.4982.57118.38-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.85%
GREEN value IS 183 (71.88% from 255) = 44.63%
BLUE value IS 80 (31.64% from 255) = 19.51%
R=35.85%
G=44.63%
B=19.51%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal147183800.2000.560.2880.9741.751.57
Hex93B750140381C512a34
Octal22326712024070341215264
Binary10010011101101111010000101000111000111001010001101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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