#94AE53

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

Shades of Chelsea Cucumber #94AE53

Tints of Chelsea Cucumber #94AE53

Color information

#94AE53 (or 0x94AE53) is unknown color: approx Chelsea Cucumber. HEX triplet: 94, AE and 53. RGB value is (148,174,83). Sum of RGB (Red+Green+Blue) = 148+174+83=405 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.54% from 405); Green value is 174 (68.36% from 255 or 42.96% from 405); Blue value is 83 (32.81% from 255 or 20.49% from 405); Max value from RGB is 174 - color contains mainly: green. Hex color #94AE53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94AE53 is #6B51AC. Grayscale: #9C9C9C. Windows color (decimal): -7033261 or 5484180. OLE color: 5484180.

HSL color Cylindrical-coordinate representation of color #94AE53: hue angle of 77.14º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #94AE53 is Cyan = 0.15, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.32.

Color convert

RGB14817483-
CMYK0.1500.520.32
HSL77.14º35.97%50.39%-
HSV(B)77.14º52.3%68.24%-
XYZ28.9137.1913.84-
YUV155.8586.89122.4-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.54%
GREEN value IS 174 (68.36% from 255) = 42.96%
BLUE value IS 83 (32.81% from 255) = 20.49%
R=36.54%
G=42.96%
B=20.49%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal148174830.1500.520.3277.1435.9750.39
Hex94AE53F034204d2432
Octal22425612317064401154462
Binary10010100101011101010011111101101001000001001101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AE53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94AE53; }

 p { color: rgb(148,174,83); }

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

<style>
 a { background-color: #94AE53; }

 a { background-color: rgb(148,174,83); }

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

<style>
 span { border-color: #94AE53; }

 span { border-color: rgb(148,174,83); }

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