#94B655

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

Shades of Chelsea Cucumber #94B655

Tints of Chelsea Cucumber #94B655

Color information

#94B655 (or 0x94B655) is unknown color: approx Chelsea Cucumber. HEX triplet: 94, B6 and 55. RGB value is (148,182,85). Sum of RGB (Red+Green+Blue) = 148+182+85=415 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.66% from 415); Green value is 182 (71.48% from 255 or 43.86% from 415); Blue value is 85 (33.59% from 255 or 20.48% from 415); Max value from RGB is 182 - color contains mainly: green. Hex color #94B655 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94B655 is #6B49AA. Grayscale: #A1A1A1. Windows color (decimal): -7031211 or 5617300. OLE color: 5617300.

HSL color Cylindrical-coordinate representation of color #94B655: hue angle of 81.03º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #94B655 is Cyan = 0.19, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.29.

Color convert

RGB14818285-
CMYK0.1900.530.29
HSL81.03º39.92%52.35%-
HSV(B)81.03º53.3%71.37%-
XYZ30.5840.4114.78-
YUV160.7885.24118.89-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.66%
GREEN value IS 182 (71.48% from 255) = 43.86%
BLUE value IS 85 (33.59% from 255) = 20.48%
R=35.66%
G=43.86%
B=20.48%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal148182850.1900.530.2981.0339.9252.35
Hex94B655130351D512834
Octal22426612523065351215064
Binary10010100101101101010101100110110101111011010001101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,182,85); }

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

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

 a { background-color: rgb(148,182,85); }

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

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

 span { border-color: rgb(148,182,85); }

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