#94BA58

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

Shades of Chelsea Cucumber #94BA58

Tints of Chelsea Cucumber #94BA58

Color information

#94BA58 (or 0x94BA58) is unknown color: approx Chelsea Cucumber. HEX triplet: 94, BA and 58. RGB value is (148,186,88). Sum of RGB (Red+Green+Blue) = 148+186+88=422 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.07% from 422); Green value is 186 (73.05% from 255 or 44.08% from 422); Blue value is 88 (34.77% from 255 or 20.85% from 422); Max value from RGB is 186 - color contains mainly: green. Hex color #94BA58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94BA58 is #6B45A7. Grayscale: #A3A3A3. Windows color (decimal): -7030184 or 5814932. OLE color: 5814932.

HSL color Cylindrical-coordinate representation of color #94BA58: hue angle of 83.27º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #94BA58 is Cyan = 0.20, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.27.

Color convert

RGB14818688-
CMYK0.2000.530.27
HSL83.27º41.53%53.73%-
HSV(B)83.27º52.69%72.94%-
XYZ31.5342.1215.7-
YUV163.4785.41116.97-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.07%
GREEN value IS 186 (73.05% from 255) = 44.08%
BLUE value IS 88 (34.77% from 255) = 20.85%
R=35.07%
G=44.08%
B=20.85%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal148186880.2000.530.2783.2741.5353.73
Hex94BA58140351B532a36
Octal22427213024065331235266
Binary10010100101110101011000101000110101110111010011101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BA58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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