#94B956

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

Shades of Chelsea Cucumber #94B956

Tints of Chelsea Cucumber #94B956

Color information

#94B956 (or 0x94B956) is unknown color: approx Chelsea Cucumber. HEX triplet: 94, B9 and 56. RGB value is (148,185,86). Sum of RGB (Red+Green+Blue) = 148+185+86=419 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.32% from 419); Green value is 185 (72.66% from 255 or 44.15% from 419); Blue value is 86 (33.98% from 255 or 20.53% from 419); Max value from RGB is 185 - color contains mainly: green. Hex color #94B956 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94B956 is #6B46A9. Grayscale: #A3A3A3. Windows color (decimal): -7030442 or 5683604. OLE color: 5683604.

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

Color convert

RGB14818586-
CMYK0.2000.540.27
HSL82.42º41.42%53.14%-
HSV(B)82.42º53.51%72.55%-
XYZ31.2441.6715.2-
YUV162.6584.74117.55-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.32%
GREEN value IS 185 (72.66% from 255) = 44.15%
BLUE value IS 86 (33.98% from 255) = 20.53%
R=35.32%
G=44.15%
B=20.53%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal148185860.2000.540.2782.4241.4253.14
Hex94B956140361B522935
Octal22427112624066331225165
Binary10010100101110011010110101000110110110111010010101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,185,86); }

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

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

 a { background-color: rgb(148,185,86); }

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

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

 span { border-color: rgb(148,185,86); }

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