#94AE56

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

Shades of Chelsea Cucumber #94AE56

Tints of Chelsea Cucumber #94AE56

Color information

#94AE56 (or 0x94AE56) is unknown color: approx Chelsea Cucumber. HEX triplet: 94, AE and 56. RGB value is (148,174,86). Sum of RGB (Red+Green+Blue) = 148+174+86=408 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.27% from 408); Green value is 174 (68.36% from 255 or 42.65% from 408); Blue value is 86 (33.98% from 255 or 21.08% from 408); Max value from RGB is 174 - color contains mainly: green. Hex color #94AE56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94AE56 is #6B51A9. Grayscale: #9C9C9C. Windows color (decimal): -7033258 or 5680788. OLE color: 5680788.

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

Color convert

RGB14817486-
CMYK0.1500.510.32
HSL77.73º35.2%50.98%-
HSV(B)77.73º50.57%68.24%-
XYZ29.0337.2414.46-
YUV156.1988.39122.16-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.27%
GREEN value IS 174 (68.36% from 255) = 42.65%
BLUE value IS 86 (33.98% from 255) = 21.08%
R=36.27%
G=42.65%
B=21.08%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal148174860.1500.510.3277.7335.250.98
Hex94AE56F033204e2333
Octal22425612617063401164363
Binary10010100101011101010110111101100111000001001110100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AE56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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