#94B561

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

Shades of Chelsea Cucumber #94B561

Tints of Chelsea Cucumber #94B561

Color information

#94B561 (or 0x94B561) is unknown color: approx Chelsea Cucumber. HEX triplet: 94, B5 and 61. RGB value is (148,181,97). Sum of RGB (Red+Green+Blue) = 148+181+97=426 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.74% from 426); Green value is 181 (71.09% from 255 or 42.49% from 426); Blue value is 97 (38.28% from 255 or 22.77% from 426); Max value from RGB is 181 - color contains mainly: green. Hex color #94B561 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94B561 is #6B4A9E. Grayscale: #A1A1A1. Windows color (decimal): -7031455 or 6403476. OLE color: 6403476.

HSL color Cylindrical-coordinate representation of color #94B561: hue angle of 83.57º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #94B561 is Cyan = 0.18, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB14818197-
CMYK0.1800.460.29
HSL83.57º36.21%54.51%-
HSV(B)83.57º46.41%70.98%-
XYZ30.8940.2117.44-
YUV161.5691.57118.33-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.74%
GREEN value IS 181 (71.09% from 255) = 42.49%
BLUE value IS 97 (38.28% from 255) = 22.77%
R=34.74%
G=42.49%
B=22.77%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal148181970.1800.460.2983.5736.2154.51
Hex94B5611202E1D542437
Octal22426514122056351244467
Binary10010100101101011100001100100101110111011010100100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,181,97); }

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

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

 a { background-color: rgb(148,181,97); }

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

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

 span { border-color: rgb(148,181,97); }

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