#94B352

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

Shades of Chelsea Cucumber #94B352

Tints of Chelsea Cucumber #94B352

Color information

#94B352 (or 0x94B352) is unknown color: approx Chelsea Cucumber. HEX triplet: 94, B3 and 52. RGB value is (148,179,82). Sum of RGB (Red+Green+Blue) = 148+179+82=409 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.19% from 409); Green value is 179 (70.31% from 255 or 43.77% from 409); Blue value is 82 (32.42% from 255 or 20.05% from 409); Max value from RGB is 179 - color contains mainly: green. Hex color #94B352 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94B352 is #6B4CAD. Grayscale: #9F9F9F. Windows color (decimal): -7031982 or 5419924. OLE color: 5419924.

HSL color Cylindrical-coordinate representation of color #94B352: hue angle of 79.18º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #94B352 is Cyan = 0.17, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.30.

Color convert

RGB14817982-
CMYK0.1700.540.30
HSL79.18º38.96%51.18%-
HSV(B)79.18º54.19%70.2%-
XYZ29.8639.1513.96-
YUV158.6784.73120.39-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.19%
GREEN value IS 179 (70.31% from 255) = 43.77%
BLUE value IS 82 (32.42% from 255) = 20.05%
R=36.19%
G=43.77%
B=20.05%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal148179820.1700.540.3079.1838.9651.18
Hex94B352110361E4f2733
Octal22426312221066361174763
Binary10010100101100111010010100010110110111101001111100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,179,82); }

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

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

 a { background-color: rgb(148,179,82); }

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

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

 span { border-color: rgb(148,179,82); }

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