#94AA56

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

Shades of Chelsea Cucumber #94AA56

Tints of Chelsea Cucumber #94AA56

Color information

#94AA56 (or 0x94AA56) is unknown color: approx Chelsea Cucumber. HEX triplet: 94, AA and 56. RGB value is (148,170,86). Sum of RGB (Red+Green+Blue) = 148+170+86=404 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.63% from 404); Green value is 170 (66.80% from 255 or 42.08% from 404); Blue value is 86 (33.98% from 255 or 21.29% from 404); Max value from RGB is 170 - color contains mainly: green. Hex color #94AA56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94AA56 is #6B55A9. Grayscale: #9A9A9A. Windows color (decimal): -7034282 or 5679764. OLE color: 5679764.

HSL color Cylindrical-coordinate representation of color #94AA56: hue angle of 75.71º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #94AA56 is Cyan = 0.13, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.33.

Color convert

RGB14817086-
CMYK0.1300.490.33
HSL75.71º33.07%50.2%-
HSV(B)75.71º49.41%66.67%-
XYZ28.2735.7214.21-
YUV153.8589.71123.83-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.63%
GREEN value IS 170 (66.80% from 255) = 42.08%
BLUE value IS 86 (33.98% from 255) = 21.29%
R=36.63%
G=42.08%
B=21.29%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal148170860.1300.490.3375.7133.0750.2
Hex94AA56D031214c2132
Octal22425212615061411144162
Binary10010100101010101010110110101100011000011001100100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AA56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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