#94B14C

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

Shades of Chelsea Cucumber #94B14C

Tints of Chelsea Cucumber #94B14C

Color information

#94B14C (or 0x94B14C) is unknown color: approx Chelsea Cucumber. HEX triplet: 94, B1 and 4C. RGB value is (148,177,76). Sum of RGB (Red+Green+Blue) = 148+177+76=401 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.91% from 401); Green value is 177 (69.53% from 255 or 44.14% from 401); Blue value is 76 (30.08% from 255 or 18.95% from 401); Max value from RGB is 177 - color contains mainly: green. Hex color #94B14C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94B14C is #6B4EB3. Grayscale: #9D9D9D. Windows color (decimal): -7032500 or 5026196. OLE color: 5026196.

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

Color convert

RGB14817776-
CMYK0.1600.570.31
HSL77.23º39.92%49.61%-
HSV(B)77.23º57.06%69.41%-
XYZ29.2438.2612.68-
YUV156.8282.39121.71-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.91%
GREEN value IS 177 (69.53% from 255) = 44.14%
BLUE value IS 76 (30.08% from 255) = 18.95%
R=36.91%
G=44.14%
B=18.95%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal148177760.1600.570.3177.2339.9249.61
Hex94B14C100391F4d2832
Octal22426111420071371155062
Binary10010100101100011001100100000111001111111001101101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B14C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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