Html Css Color HEX #84995D Chelsea Cucumber

📋 copy color: '#84995D'

red 132 ◦ green 153 ◦ blue 93

#84995D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chelsea Cucumber #84995D

Tints of Chelsea Cucumber #84995D

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.6%

R = 34.92%
G = 40.48%
B = 24.6%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.39

 K value IS 0.4

RGB Variations

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

Color information

#84995D (or 0x84995D) is known color: 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

RGB 132 153 93 -
CMYK 0.14 0 0.39 0.4
HSL 81º 0.24% 0.48% -
HSV(B) 81º 0.39% 0.6% -
XYZ 22.88 28.48 14.65 -
YUV 139.88 101.54 122.38 -
System Red Green Blue C M Y K H S L
Decimal 132 153 93 0.14 0 0.39 0.4 81 0.24 0.48
Hex 84 99 5D E 0 27 28 51 18 30
Octal 204 231 135 16 0 47 50 121 30 60
Binary 10000100 10011001 1011101 1110 0 100111 101000 1010001 11000 110000

Color Harmonies of #84995D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84995D

Black with #84995D

Text Example


Text Example

White with #84995D

Text Example


Text Example

HTML Codes & Css Web 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>