#94B165

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

Shades of Chelsea Cucumber #94B165

Tints of Chelsea Cucumber #94B165

Color information

#94B165 (or 0x94B165) is unknown color: approx Chelsea Cucumber. HEX triplet: 94, B1 and 65. RGB value is (148,177,101). Sum of RGB (Red+Green+Blue) = 148+177+101=426 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.74% from 426); Green value is 177 (69.53% from 255 or 41.55% from 426); Blue value is 101 (39.84% from 255 or 23.71% from 426); Max value from RGB is 177 - color contains mainly: green. Hex color #94B165 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94B165 is #6B4E9A. Grayscale: #9F9F9F. Windows color (decimal): -7032475 or 6664596. OLE color: 6664596.

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

Color convert

RGB148177101-
CMYK0.1600.430.31
HSL82.89º32.76%54.51%-
HSV(B)82.89º42.94%69.41%-
XYZ30.2838.6818.18-
YUV159.6794.89119.68-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.74%
GREEN value IS 177 (69.53% from 255) = 41.55%
BLUE value IS 101 (39.84% from 255) = 23.71%
R=34.74%
G=41.55%
B=23.71%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1481771010.1600.430.3182.8932.7654.51
Hex94B1651002B1F532137
Octal22426114520053371234167
Binary10010100101100011100101100000101011111111010011100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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