#84985C

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

Shades of Chelsea Cucumber #84985C

Tints of Chelsea Cucumber #84985C

Color information

#84985C (or 0x84985C) is unknown color: approx Chelsea Cucumber. HEX triplet: 84, 98 and 5C. RGB value is (132,152,92). Sum of RGB (Red+Green+Blue) = 132+152+92=376 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.11% from 376); Green value is 152 (59.77% from 255 or 40.43% from 376); Blue value is 92 (36.33% from 255 or 24.47% from 376); Max value from RGB is 152 - color contains mainly: green. Hex color #84985C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84985C is #7B67A3. Grayscale: #8B8B8B. Windows color (decimal): -8087460 or 6068356. OLE color: 6068356.

HSL color Cylindrical-coordinate representation of color #84985C: hue angle of 80º degrees, saturation: 0.25, 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 #84985C is Cyan = 0.13, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB13215292-
CMYK0.1300.390.40
HSL80º24.59%47.84%-
HSV(B)80º39.47%59.61%-
XYZ22.6828.1314.36-
YUV139.18101.37122.88-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.11%
GREEN value IS 152 (59.77% from 255) = 40.43%
BLUE value IS 92 (36.33% from 255) = 24.47%
R=35.11%
G=40.43%
B=24.47%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal132152920.1300.390.408024.5947.84
Hex84985CD02728501930
Octal20423013415047501203160
Binary1000010010011000101110011010100111101000101000011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84985C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84985C; }

 p { color: rgb(132,152,92); }

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

<style>
 a { background-color: #84985C; }

 a { background-color: rgb(132,152,92); }

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

<style>
 span { border-color: #84985C; }

 span { border-color: rgb(132,152,92); }

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