#94B160

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

Shades of Chelsea Cucumber #94B160

Tints of Chelsea Cucumber #94B160

Color information

#94B160 (or 0x94B160) is unknown color: approx Chelsea Cucumber. HEX triplet: 94, B1 and 60. RGB value is (148,177,96). Sum of RGB (Red+Green+Blue) = 148+177+96=421 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.15% from 421); Green value is 177 (69.53% from 255 or 42.04% from 421); Blue value is 96 (37.89% from 255 or 22.80% from 421); Max value from RGB is 177 - color contains mainly: green. Hex color #94B160 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94B160 is #6B4E9F. Grayscale: #9F9F9F. Windows color (decimal): -7032480 or 6336916. OLE color: 6336916.

HSL color Cylindrical-coordinate representation of color #94B160: hue angle of 81.48º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #94B160 is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB14817796-
CMYK0.1600.460.31
HSL81.48º34.18%53.53%-
HSV(B)81.48º45.76%69.41%-
XYZ30.0538.5816.93-
YUV159.192.39120.09-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.15%
GREEN value IS 177 (69.53% from 255) = 42.04%
BLUE value IS 96 (37.89% from 255) = 22.80%
R=35.15%
G=42.04%
B=22.80%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal148177960.1600.460.3181.4834.1853.53
Hex94B1601002E1F512236
Octal22426114020056371214266
Binary10010100101100011100000100000101110111111010001100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,177,96); }

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

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

 a { background-color: rgb(148,177,96); }

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

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

 span { border-color: rgb(148,177,96); }

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