#94B75D

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

Shades of Chelsea Cucumber #94B75D

Tints of Chelsea Cucumber #94B75D

Color information

#94B75D (or 0x94B75D) is unknown color: approx Chelsea Cucumber. HEX triplet: 94, B7 and 5D. RGB value is (148,183,93). Sum of RGB (Red+Green+Blue) = 148+183+93=424 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.91% from 424); Green value is 183 (71.88% from 255 or 43.16% from 424); Blue value is 93 (36.72% from 255 or 21.93% from 424); Max value from RGB is 183 - color contains mainly: green. Hex color #94B75D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94B75D is #6B48A2. Grayscale: #A2A2A2. Windows color (decimal): -7030947 or 6141844. OLE color: 6141844.

HSL color Cylindrical-coordinate representation of color #94B75D: hue angle of 83.33º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #94B75D is Cyan = 0.19, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB14818393-
CMYK0.1900.490.28
HSL83.33º38.46%54.12%-
HSV(B)83.33º49.18%71.76%-
XYZ31.1240.9516.62-
YUV162.2888.9117.82-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.91%
GREEN value IS 183 (71.88% from 255) = 43.16%
BLUE value IS 93 (36.72% from 255) = 21.93%
R=34.91%
G=43.16%
B=21.93%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal148183930.1900.490.2883.3338.4654.12
Hex94B75D130311C532636
Octal22426713523061341234666
Binary10010100101101111011101100110110001111001010011100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B75D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,183,93); }

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

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

 a { background-color: rgb(148,183,93); }

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

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

 span { border-color: rgb(148,183,93); }

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