#94BC58

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

Shades of Chelsea Cucumber #94BC58

Tints of Chelsea Cucumber #94BC58

Color information

#94BC58 (or 0x94BC58) is unknown color: approx Chelsea Cucumber. HEX triplet: 94, BC and 58. RGB value is (148,188,88). Sum of RGB (Red+Green+Blue) = 148+188+88=424 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.91% from 424); Green value is 188 (73.83% from 255 or 44.34% from 424); Blue value is 88 (34.77% from 255 or 20.75% from 424); Max value from RGB is 188 - color contains mainly: green. Hex color #94BC58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94BC58 is #6B43A7. Grayscale: #A5A5A5. Windows color (decimal): -7029672 or 5815444. OLE color: 5815444.

HSL color Cylindrical-coordinate representation of color #94BC58: hue angle of 84º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #94BC58 is Cyan = 0.21, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.26.

Color convert

RGB14818888-
CMYK0.2100.530.26
HSL84º42.74%54.12%-
HSV(B)84º53.19%73.73%-
XYZ31.9642.9715.84-
YUV164.6484.75116.13-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.91%
GREEN value IS 188 (73.83% from 255) = 44.34%
BLUE value IS 88 (34.77% from 255) = 20.75%
R=34.91%
G=44.34%
B=20.75%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal148188880.2100.530.268442.7454.12
Hex94BC58150351A542b36
Octal22427413025065321245366
Binary10010100101111001011000101010110101110101010100101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BC58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,188,88); }

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

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

 a { background-color: rgb(148,188,88); }

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

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

 span { border-color: rgb(148,188,88); }

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