#84995D

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

Shades of Chelsea Cucumber #84995D

Tints of Chelsea Cucumber #84995D

Color information

#84995D (or 0x84995D) is unknown color: approx Chelsea Cucumber. HEX triplet: 84, 99 and 5D. RGB value is (132,153,93). Sum of RGB (Red+Green+Blue) = 132+153+93=378 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.92% from 378); Green value is 153 (60.16% from 255 or 40.48% from 378); Blue value is 93 (36.72% from 255 or 24.60% from 378); Max value from RGB is 153 - color contains mainly: green. Hex color #84995D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84995D is #7B66A2. Grayscale: #8C8C8C. Windows color (decimal): -8087203 or 6134148. OLE color: 6134148.

HSL color Cylindrical-coordinate representation of color #84995D: hue angle of 81º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84995D is Cyan = 0.14, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.4.

Color convert

RGB13215393-
CMYK0.1400.390.4
HSL81º24.39%48.24%-
HSV(B)81º39.22%60%-
XYZ22.8828.4814.65-
YUV139.88101.54122.38-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.92%
GREEN value IS 153 (60.16% from 255) = 40.48%
BLUE value IS 93 (36.72% from 255) = 24.60%
R=34.92%
G=40.48%
B=24.60%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal132153930.1400.390.48124.3948.24
Hex84995DE02728511830
Octal20423113516047501213060
Binary1000010010011001101110111100100111101000101000111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84995D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84995D; }

 p { color: rgb(132,153,93); }

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

<style>
 a { background-color: #84995D; }

 a { background-color: rgb(132,153,93); }

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

<style>
 span { border-color: #84995D; }

 span { border-color: rgb(132,153,93); }

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