#94B148

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

Shades of Chelsea Cucumber #94B148

Tints of Chelsea Cucumber #94B148

Color information

#94B148 (or 0x94B148) is unknown color: approx Chelsea Cucumber. HEX triplet: 94, B1 and 48. RGB value is (148,177,72). Sum of RGB (Red+Green+Blue) = 148+177+72=397 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.28% from 397); Green value is 177 (69.53% from 255 or 44.58% from 397); Blue value is 72 (28.52% from 255 or 18.14% from 397); Max value from RGB is 177 - color contains mainly: green. Hex color #94B148 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94B148 is #6B4EB7. Grayscale: #9C9C9C. Windows color (decimal): -7032504 or 4764052. OLE color: 4764052.

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

Color convert

RGB14817772-
CMYK0.1600.590.31
HSL76.57º42.17%48.82%-
HSV(B)76.57º59.32%69.41%-
XYZ29.138.2111.97-
YUV156.3680.39122.04-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.28%
GREEN value IS 177 (69.53% from 255) = 44.58%
BLUE value IS 72 (28.52% from 255) = 18.14%
R=37.28%
G=44.58%
B=18.14%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal148177720.1600.590.3176.5742.1748.82
Hex94B1481003B1F4d2a31
Octal22426111020073371155261
Binary10010100101100011001000100000111011111111001101101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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