#94b061

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

Shades of Chelsea Cucumber #94B061

Tints of Chelsea Cucumber #94B061

Color information

#94B061 (or 0x94B061) is unknown color: approx Chelsea Cucumber. HEX triplet: 94, B0 and 61. RGB value is (148,176,97). Sum of RGB (Red+Green+Blue) = 148+176+97=421 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.15% from 421); Green value is 176 (69.14% from 255 or 41.81% from 421); Blue value is 97 (38.28% from 255 or 23.04% from 421); Max value from RGB is 176 - color contains mainly: green. Hex color #94B061 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94B061 is #6B4F9E. Grayscale: #9E9E9E. Windows color (decimal): -7032735 or 6402196. OLE color: 6402196.

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

Color convert

RGB14817697-
CMYK0.1600.450.31
HSL81.27º33.33%53.53%-
HSV(B)81.27º44.89%69.02%-
XYZ29.938.2117.11-
YUV158.6293.22120.42-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.15%
GREEN value IS 176 (69.14% from 255) = 41.81%
BLUE value IS 97 (38.28% from 255) = 23.04%
R=35.15%
G=41.81%
B=23.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal148176970.1600.450.3181.2733.3353.53
Hex94B0611002D1F512136
Octal22426014120055371214166
Binary10010100101100001100001100000101101111111010001100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94b061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,176,97); }

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

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

 a { background-color: rgb(148,176,97); }

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

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

 span { border-color: rgb(148,176,97); }

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