#94B065

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

Shades of Chelsea Cucumber #94B065

Tints of Chelsea Cucumber #94B065

Color information

#94B065 (or 0x94B065) is unknown color: approx Chelsea Cucumber. HEX triplet: 94, B0 and 65. RGB value is (148,176,101). Sum of RGB (Red+Green+Blue) = 148+176+101=425 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.82% from 425); Green value is 176 (69.14% from 255 or 41.41% from 425); Blue value is 101 (39.84% from 255 or 23.76% from 425); Max value from RGB is 176 - color contains mainly: green. Hex color #94B065 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94B065 is #6B4F9A. Grayscale: #9F9F9F. Windows color (decimal): -7032731 or 6664340. OLE color: 6664340.

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

Color convert

RGB148176101-
CMYK0.1600.430.31
HSL82.4º32.19%54.31%-
HSV(B)82.4º42.61%69.02%-
XYZ30.0938.2918.12-
YUV159.0895.22120.1-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.82%
GREEN value IS 176 (69.14% from 255) = 41.41%
BLUE value IS 101 (39.84% from 255) = 23.76%
R=34.82%
G=41.41%
B=23.76%

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
Decimal1481761010.1600.430.3182.432.1954.31
Hex94B0651002B1F522036
Octal22426014520053371224066
Binary10010100101100001100101100000101011111111010010100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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