#94AA4D

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

Shades of Chelsea Cucumber #94AA4D

Tints of Chelsea Cucumber #94AA4D

Color information

#94AA4D (or 0x94AA4D) is unknown color: approx Chelsea Cucumber. HEX triplet: 94, AA and 4D. RGB value is (148,170,77). Sum of RGB (Red+Green+Blue) = 148+170+77=395 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.47% from 395); Green value is 170 (66.80% from 255 or 43.04% from 395); Blue value is 77 (30.47% from 255 or 19.49% from 395); Max value from RGB is 170 - color contains mainly: green. Hex color #94AA4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94AA4D is #6B55B2. Grayscale: #999999. Windows color (decimal): -7034291 or 5089940. OLE color: 5089940.

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

Color convert

RGB14817077-
CMYK0.1300.550.33
HSL74.19º37.65%48.43%-
HSV(B)74.19º54.71%66.67%-
XYZ27.9335.5812.42-
YUV152.8285.21124.56-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.47%
GREEN value IS 170 (66.80% from 255) = 43.04%
BLUE value IS 77 (30.47% from 255) = 19.49%
R=37.47%
G=43.04%
B=19.49%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal148170770.1300.550.3374.1937.6548.43
Hex94AA4DD037214a2630
Octal22425211515067411124660
Binary10010100101010101001101110101101111000011001010100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AA4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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