#94B256

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

Shades of Chelsea Cucumber #94B256

Tints of Chelsea Cucumber #94B256

Color information

#94B256 (or 0x94B256) is unknown color: approx Chelsea Cucumber. HEX triplet: 94, B2 and 56. RGB value is (148,178,86). Sum of RGB (Red+Green+Blue) = 148+178+86=412 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.92% from 412); Green value is 178 (69.92% from 255 or 43.20% from 412); Blue value is 86 (33.98% from 255 or 20.87% from 412); Max value from RGB is 178 - color contains mainly: green. Hex color #94B256 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94B256 is #6B4DA9. Grayscale: #9E9E9E. Windows color (decimal): -7032234 or 5681812. OLE color: 5681812.

HSL color Cylindrical-coordinate representation of color #94B256: hue angle of 79.57º degrees, saturation: 0.37, 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 #94B256 is Cyan = 0.17, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.30.

Color convert

RGB14817886-
CMYK0.1700.520.30
HSL79.57º37.4%51.76%-
HSV(B)79.57º51.69%69.8%-
XYZ29.8138.8114.72-
YUV158.5487.06120.48-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.92%
GREEN value IS 178 (69.92% from 255) = 43.20%
BLUE value IS 86 (33.98% from 255) = 20.87%
R=35.92%
G=43.20%
B=20.87%

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
Decimal148178860.1700.520.3079.5737.451.76
Hex94B256110341E502534
Octal22426212621064361204564
Binary10010100101100101010110100010110100111101010000100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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