#94B448

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

Shades of Chelsea Cucumber #94B448

Tints of Chelsea Cucumber #94B448

Color information

#94B448 (or 0x94B448) is unknown color: approx Chelsea Cucumber. HEX triplet: 94, B4 and 48. RGB value is (148,180,72). Sum of RGB (Red+Green+Blue) = 148+180+72=400 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37% from 400); Green value is 180 (70.70% from 255 or 45% from 400); Blue value is 72 (28.52% from 255 or 18% from 400); Max value from RGB is 180 - color contains mainly: green. Hex color #94B448 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94B448 is #6B4BB7. Grayscale: #9E9E9E. Windows color (decimal): -7031736 or 4764820. OLE color: 4764820.

HSL color Cylindrical-coordinate representation of color #94B448: hue angle of 77.78º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #94B448 is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB14818072-
CMYK0.1800.600.29
HSL77.78º42.86%49.41%-
HSV(B)77.78º60%70.59%-
XYZ29.739.4112.17-
YUV158.1279.4120.78-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37%
GREEN value IS 180 (70.70% from 255) = 45%
BLUE value IS 72 (28.52% from 255) = 18%
R=37%
G=45%
B=18%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal148180720.1800.600.2977.7842.8649.41
Hex94B4481203C1D4e2b31
Octal22426411022074351165361
Binary10010100101101001001000100100111100111011001110101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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