#94b356

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

Shades of Chelsea Cucumber #94B356

Tints of Chelsea Cucumber #94B356

Color information

#94B356 (or 0x94B356) is unknown color: approx Chelsea Cucumber. HEX triplet: 94, B3 and 56. RGB value is (148,179,86). Sum of RGB (Red+Green+Blue) = 148+179+86=413 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.84% from 413); Green value is 179 (70.31% from 255 or 43.34% from 413); Blue value is 86 (33.98% from 255 or 20.82% from 413); Max value from RGB is 179 - color contains mainly: green. Hex color #94B356 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94B356 is #6B4CA9. Grayscale: #9F9F9F. Windows color (decimal): -7031978 or 5682068. OLE color: 5682068.

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

Color convert

RGB14817986-
CMYK0.1700.520.30
HSL80º37.96%51.96%-
HSV(B)80º51.96%70.2%-
XYZ30.0139.2114.79-
YUV159.1386.73120.06-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.84%
GREEN value IS 179 (70.31% from 255) = 43.34%
BLUE value IS 86 (33.98% from 255) = 20.82%
R=35.84%
G=43.34%
B=20.82%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal148179860.1700.520.308037.9651.96
Hex94B356110341E502634
Octal22426312621064361204664
Binary10010100101100111010110100010110100111101010000100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94b356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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