#94B04A

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

Shades of Chelsea Cucumber #94B04A

Tints of Chelsea Cucumber #94B04A

Color information

#94B04A (or 0x94B04A) is unknown color: approx Chelsea Cucumber. HEX triplet: 94, B0 and 4A. RGB value is (148,176,74). Sum of RGB (Red+Green+Blue) = 148+176+74=398 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.19% from 398); Green value is 176 (69.14% from 255 or 44.22% from 398); Blue value is 74 (29.30% from 255 or 18.59% from 398); Max value from RGB is 176 - color contains mainly: green. Hex color #94B04A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94B04A is #6B4FB5. Grayscale: #9C9C9C. Windows color (decimal): -7032758 or 4894868. OLE color: 4894868.

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

Color convert

RGB14817674-
CMYK0.1600.580.31
HSL76.47º40.8%49.02%-
HSV(B)76.47º57.95%69.02%-
XYZ28.9737.8412.26-
YUV15681.72122.29-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.19%
GREEN value IS 176 (69.14% from 255) = 44.22%
BLUE value IS 74 (29.30% from 255) = 18.59%
R=37.19%
G=44.22%
B=18.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal148176740.1600.580.3176.4740.849.02
Hex94B04A1003A1F4c2931
Octal22426011220072371145161
Binary10010100101100001001010100000111010111111001100101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B04A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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