#94B94C

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

Shades of Chelsea Cucumber #94B94C

Tints of Chelsea Cucumber #94B94C

Color information

#94B94C (or 0x94B94C) is unknown color: approx Chelsea Cucumber. HEX triplet: 94, B9 and 4C. RGB value is (148,185,76). Sum of RGB (Red+Green+Blue) = 148+185+76=409 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.19% from 409); Green value is 185 (72.66% from 255 or 45.23% from 409); Blue value is 76 (30.08% from 255 or 18.58% from 409); Max value from RGB is 185 - color contains mainly: green. Hex color #94B94C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94B94C is #6B46B3. Grayscale: #A1A1A1. Windows color (decimal): -7030452 or 5028244. OLE color: 5028244.

HSL color Cylindrical-coordinate representation of color #94B94C: hue angle of 80.37º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #94B94C is Cyan = 0.20, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB14818576-
CMYK0.2000.590.27
HSL80.37º43.78%51.18%-
HSV(B)80.37º58.92%72.55%-
XYZ30.8741.5213.22-
YUV161.5179.74118.36-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.19%
GREEN value IS 185 (72.66% from 255) = 45.23%
BLUE value IS 76 (30.08% from 255) = 18.58%
R=36.19%
G=45.23%
B=18.58%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal148185760.2000.590.2780.3743.7851.18
Hex94B94C1403B1B502c33
Octal22427111424073331205463
Binary10010100101110011001100101000111011110111010000101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B94C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,185,76); }

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

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

 a { background-color: rgb(148,185,76); }

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

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

 span { border-color: rgb(148,185,76); }

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