#84995B

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

Shades of Chelsea Cucumber #84995B

Tints of Chelsea Cucumber #84995B

Color information

#84995B (or 0x84995B) is unknown color: approx Chelsea Cucumber. HEX triplet: 84, 99 and 5B. RGB value is (132,153,91). Sum of RGB (Red+Green+Blue) = 132+153+91=376 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.11% from 376); Green value is 153 (60.16% from 255 or 40.69% from 376); Blue value is 91 (35.94% from 255 or 24.20% from 376); Max value from RGB is 153 - color contains mainly: green. Hex color #84995B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84995B is #7B66A4. Grayscale: #8B8B8B. Windows color (decimal): -8087205 or 6003076. OLE color: 6003076.

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

Color convert

RGB13215391-
CMYK0.1400.410.4
HSL80.32º25.41%47.84%-
HSV(B)80.32º40.52%60%-
XYZ22.828.4414.19-
YUV139.65100.54122.54-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.11%
GREEN value IS 153 (60.16% from 255) = 40.69%
BLUE value IS 91 (35.94% from 255) = 24.20%
R=35.11%
G=40.69%
B=24.20%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal132153910.1400.410.480.3225.4147.84
Hex84995BE02928501930
Octal20423113316051501203160
Binary1000010010011001101101111100101001101000101000011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84995B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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