#94ae59

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

Shades of Chelsea Cucumber #94AE59

Tints of Chelsea Cucumber #94AE59

Color information

#94AE59 (or 0x94AE59) is unknown color: approx Chelsea Cucumber. HEX triplet: 94, AE and 59. RGB value is (148,174,89). Sum of RGB (Red+Green+Blue) = 148+174+89=411 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.01% from 411); Green value is 174 (68.36% from 255 or 42.34% from 411); Blue value is 89 (35.16% from 255 or 21.65% from 411); Max value from RGB is 174 - color contains mainly: green. Hex color #94AE59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94AE59 is #6B51A6. Grayscale: #9C9C9C. Windows color (decimal): -7033255 or 5877396. OLE color: 5877396.

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

Color convert

RGB14817489-
CMYK0.1500.490.32
HSL78.35º34.41%51.57%-
HSV(B)78.35º48.85%68.24%-
XYZ29.1537.2915.11-
YUV156.5489.89121.91-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.01%
GREEN value IS 174 (68.36% from 255) = 42.34%
BLUE value IS 89 (35.16% from 255) = 21.65%
R=36.01%
G=42.34%
B=21.65%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal148174890.1500.490.3278.3534.4151.57
Hex94AE59F031204e2234
Octal22425613117061401164264
Binary10010100101011101011001111101100011000001001110100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94ae59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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