#94B460

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

Shades of Chelsea Cucumber #94B460

Tints of Chelsea Cucumber #94B460

Color information

#94B460 (or 0x94B460) is unknown color: approx Chelsea Cucumber. HEX triplet: 94, B4 and 60. RGB value is (148,180,96). Sum of RGB (Red+Green+Blue) = 148+180+96=424 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.91% from 424); Green value is 180 (70.70% from 255 or 42.45% from 424); Blue value is 96 (37.89% from 255 or 22.64% from 424); Max value from RGB is 180 - color contains mainly: green. Hex color #94B460 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94B460 is #6B4B9F. Grayscale: #A1A1A1. Windows color (decimal): -7031712 or 6337684. OLE color: 6337684.

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

Color convert

RGB14818096-
CMYK0.1800.470.29
HSL82.86º35.9%54.12%-
HSV(B)82.86º46.67%70.59%-
XYZ30.6539.7817.13-
YUV160.8691.4118.83-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.91%
GREEN value IS 180 (70.70% from 255) = 42.45%
BLUE value IS 96 (37.89% from 255) = 22.64%
R=34.91%
G=42.45%
B=22.64%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal148180960.1800.470.2982.8635.954.12
Hex94B4601202F1D532436
Octal22426414022057351234466
Binary10010100101101001100000100100101111111011010011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,180,96); }

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

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

 a { background-color: rgb(148,180,96); }

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

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

 span { border-color: rgb(148,180,96); }

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