#93B64F

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

Shades of Chelsea Cucumber #93B64F

Tints of Chelsea Cucumber #93B64F

Color information

#93B64F (or 0x93B64F) is unknown color: approx Chelsea Cucumber. HEX triplet: 93, B6 and 4F. RGB value is (147,182,79). Sum of RGB (Red+Green+Blue) = 147+182+79=408 (54% of max value = 765). Red value is 147 (57.81% from 255 or 36.03% from 408); Green value is 182 (71.48% from 255 or 44.61% from 408); Blue value is 79 (31.25% from 255 or 19.36% from 408); Max value from RGB is 182 - color contains mainly: green. Hex color #93B64F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93B64F is #6C49B0. Grayscale: #A0A0A0. Windows color (decimal): -7096753 or 5224083. OLE color: 5224083.

HSL color Cylindrical-coordinate representation of color #93B64F: hue angle of 80.39º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #93B64F is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB14718279-
CMYK0.1900.570.29
HSL80.39º41.37%51.18%-
HSV(B)80.39º56.59%71.37%-
XYZ30.1740.2213.57-
YUV159.7982.4118.88-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.03%
GREEN value IS 182 (71.48% from 255) = 44.61%
BLUE value IS 79 (31.25% from 255) = 19.36%
R=36.03%
G=44.61%
B=19.36%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal147182790.1900.570.2980.3941.3751.18
Hex93B64F130391D502933
Octal22326611723071351205163
Binary10010011101101101001111100110111001111011010000101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B64F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,182,79); }

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

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

 a { background-color: rgb(147,182,79); }

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

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

 span { border-color: rgb(147,182,79); }

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