#94B848

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

Shades of Chelsea Cucumber #94B848

Tints of Chelsea Cucumber #94B848

Color information

#94B848 (or 0x94B848) is unknown color: approx Chelsea Cucumber. HEX triplet: 94, B8 and 48. RGB value is (148,184,72). Sum of RGB (Red+Green+Blue) = 148+184+72=404 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.63% from 404); Green value is 184 (72.27% from 255 or 45.54% from 404); Blue value is 72 (28.52% from 255 or 17.82% from 404); Max value from RGB is 184 - color contains mainly: green. Hex color #94B848 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94B848 is #6B47B7. Grayscale: #A0A0A0. Windows color (decimal): -7030712 or 4765844. OLE color: 4765844.

HSL color Cylindrical-coordinate representation of color #94B848: hue angle of 79.29º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #94B848 is Cyan = 0.20, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.28.

Color convert

RGB14818472-
CMYK0.2000.610.28
HSL79.29º44.09%50.2%-
HSV(B)79.29º60.87%72.16%-
XYZ30.5241.0412.44-
YUV160.4778.07119.11-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.63%
GREEN value IS 184 (72.27% from 255) = 45.54%
BLUE value IS 72 (28.52% from 255) = 17.82%
R=36.63%
G=45.54%
B=17.82%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal148184720.2000.610.2879.2944.0950.2
Hex94B8481403D1C4f2c32
Octal22427011024075341175462
Binary10010100101110001001000101000111101111001001111101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,184,72); }

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

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

 a { background-color: rgb(148,184,72); }

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

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

 span { border-color: rgb(148,184,72); }

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