Html Css Color HEX #84985C Chelsea Cucumber

📋 copy color: '#84985C'

red 132 ◦ green 152 ◦ blue 92

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

Shades of Chelsea Cucumber #84985C

Tints of Chelsea Cucumber #84985C

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 value IS 0.13

 M value IS 0

 Y value IS 0.39

 K value IS 0.40

RGB Variations

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

Color information

#84985C (or 0x84985C) is known color: 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

RGB 132 152 92 -
CMYK 0.13 0 0.39 0.40
HSL 80º 0.25% 0.48% -
HSV(B) 80º 0.39% 0.6% -
XYZ 22.68 28.13 14.36 -
YUV 139.18 101.37 122.88 -
System Red Green Blue C M Y K H S L
Decimal 132 152 92 0.13 0 0.39 0.40 80 0.25 0.48
Hex 84 98 5C D 0 27 28 50 19 30
Octal 204 230 134 15 0 47 50 120 31 60
Binary 10000100 10011000 1011100 1101 0 100111 101000 1010000 11001 110000

Color Harmonies of #84985C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84985C

Black with #84985C

Text Example


Text Example

White with #84985C

Text Example


Text Example

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