#94AB4E

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

Shades of Chelsea Cucumber #94AB4E

Tints of Chelsea Cucumber #94AB4E

Color information

#94AB4E (or 0x94AB4E) is unknown color: approx Chelsea Cucumber. HEX triplet: 94, AB and 4E. RGB value is (148,171,78). Sum of RGB (Red+Green+Blue) = 148+171+78=397 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.28% from 397); Green value is 171 (67.19% from 255 or 43.07% from 397); Blue value is 78 (30.86% from 255 or 19.65% from 397); Max value from RGB is 171 - color contains mainly: green. Hex color #94AB4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94AB4E is #6B54B1. Grayscale: #999999. Windows color (decimal): -7034034 or 5155732. OLE color: 5155732.

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

Color convert

RGB14817178-
CMYK0.1300.540.33
HSL74.84º37.35%48.82%-
HSV(B)74.84º54.39%67.06%-
XYZ28.1535.9712.67-
YUV153.5285.38124.06-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.28%
GREEN value IS 171 (67.19% from 255) = 43.07%
BLUE value IS 78 (30.86% from 255) = 19.65%
R=37.28%
G=43.07%
B=19.65%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal148171780.1300.540.3374.8437.3548.82
Hex94AB4ED036214b2531
Octal22425311615066411134561
Binary10010100101010111001110110101101101000011001011100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AB4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,171,78); }

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

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

 a { background-color: rgb(148,171,78); }

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

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

 span { border-color: rgb(148,171,78); }

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