#94B156

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

Shades of Chelsea Cucumber #94B156

Tints of Chelsea Cucumber #94B156

Color information

#94B156 (or 0x94B156) is unknown color: approx Chelsea Cucumber. HEX triplet: 94, B1 and 56. RGB value is (148,177,86). Sum of RGB (Red+Green+Blue) = 148+177+86=411 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.01% from 411); Green value is 177 (69.53% from 255 or 43.07% from 411); Blue value is 86 (33.98% from 255 or 20.92% from 411); Max value from RGB is 177 - color contains mainly: green. Hex color #94B156 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94B156 is #6B4EA9. Grayscale: #9E9E9E. Windows color (decimal): -7032490 or 5681556. OLE color: 5681556.

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

Color convert

RGB14817786-
CMYK0.1600.510.31
HSL79.12º36.84%51.57%-
HSV(B)79.12º51.41%69.41%-
XYZ29.6138.4114.66-
YUV157.9687.39120.9-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.01%
GREEN value IS 177 (69.53% from 255) = 43.07%
BLUE value IS 86 (33.98% from 255) = 20.92%
R=36.01%
G=43.07%
B=20.92%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal148177860.1600.510.3179.1236.8451.57
Hex94B156100331F4f2534
Octal22426112620063371174564
Binary10010100101100011010110100000110011111111001111100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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