#94B351

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

Shades of Chelsea Cucumber #94B351

Tints of Chelsea Cucumber #94B351

Color information

#94B351 (or 0x94B351) is unknown color: approx Chelsea Cucumber. HEX triplet: 94, B3 and 51. RGB value is (148,179,81). Sum of RGB (Red+Green+Blue) = 148+179+81=408 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.27% from 408); Green value is 179 (70.31% from 255 or 43.87% from 408); Blue value is 81 (32.03% from 255 or 19.85% from 408); Max value from RGB is 179 - color contains mainly: green. Hex color #94B351 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94B351 is #6B4CAE. Grayscale: #9E9E9E. Windows color (decimal): -7031983 or 5354388. OLE color: 5354388.

HSL color Cylindrical-coordinate representation of color #94B351: hue angle of 78.98º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #94B351 is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.30.

Color convert

RGB14817981-
CMYK0.1700.550.30
HSL78.98º39.2%50.98%-
HSV(B)78.98º54.75%70.2%-
XYZ29.8239.1313.77-
YUV158.5684.23120.47-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.27%
GREEN value IS 179 (70.31% from 255) = 43.87%
BLUE value IS 81 (32.03% from 255) = 19.85%
R=36.27%
G=43.87%
B=19.85%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal148179810.1700.550.3078.9839.250.98
Hex94B351110371E4f2733
Octal22426312121067361174763
Binary10010100101100111010001100010110111111101001111100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,179,81); }

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

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

 a { background-color: rgb(148,179,81); }

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

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

 span { border-color: rgb(148,179,81); }

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