#849C60

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

Shades of Chelsea Cucumber #849C60

Tints of Chelsea Cucumber #849C60

Color information

#849C60 (or 0x849C60) is unknown color: approx Chelsea Cucumber. HEX triplet: 84, 9C and 60. RGB value is (132,156,96). Sum of RGB (Red+Green+Blue) = 132+156+96=384 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.38% from 384); Green value is 156 (61.33% from 255 or 40.62% from 384); Blue value is 96 (37.89% from 255 or 25% from 384); Max value from RGB is 156 - color contains mainly: green. Hex color #849C60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849C60 is #7B639F. Grayscale: #8E8E8E. Windows color (decimal): -8086432 or 6331524. OLE color: 6331524.

HSL color Cylindrical-coordinate representation of color #849C60: hue angle of 84º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #849C60 is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.39.

Color convert

RGB13215696-
CMYK0.1500.380.39
HSL84º23.81%49.41%-
HSV(B)84º38.46%61.18%-
XYZ23.5229.5315.53-
YUV141.98102.05120.88-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.38%
GREEN value IS 156 (61.33% from 255) = 40.62%
BLUE value IS 96 (37.89% from 255) = 25%
R=34.38%
G=40.62%
B=25%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal132156960.1500.380.398423.8149.41
Hex849C60F02627541831
Octal20423414017046471243061
Binary1000010010011100110000011110100110100111101010011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849C60; }

 p { color: rgb(132,156,96); }

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

<style>
 a { background-color: #849C60; }

 a { background-color: rgb(132,156,96); }

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

<style>
 span { border-color: #849C60; }

 span { border-color: rgb(132,156,96); }

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