Html Css Color HEX #86985D Chelsea Cucumber

📋 copy color: '#86985D'

red 134 ◦ green 152 ◦ blue 93

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

Shades of Chelsea Cucumber #86985D

Tints of Chelsea Cucumber #86985D

RGB

 RED value IS 134 (52.73% from 255) = 35.36%

 GREEN value IS 152 (59.77% from 255) = 40.11%

 BLUE value IS 93 (36.72% from 255) = 24.54%

R = 35.36%
G = 40.11%
B = 24.54%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.39

 K value IS 0.40

RGB Variations

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

Color information

#86985D (or 0x86985D) is known color: Chelsea Cucumber. HEX triplet: 86, 98 and 5D. RGB value is (134,152,93). Sum of RGB (Red+Green+Blue) = 134+152+93=379 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.36% from 379); Green value is 152 (59.77% from 255 or 40.11% from 379); Blue value is 93 (36.72% from 255 or 24.54% from 379); Max value from RGB is 152 - color contains mainly: green. Hex color #86985D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86985D is #7967A2. Grayscale: #8C8C8C. Windows color (decimal): -7956387 or 6133894. OLE color: 6133894.

HSL color Cylindrical-coordinate representation of color #86985D: hue angle of 78.31º 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 #86985D is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB 134 152 93 -
CMYK 0.12 0 0.39 0.40
HSL 78.31º 0.24% 0.48% -
HSV(B) 78.31º 0.39% 0.6% -
XYZ 23.04 28.32 14.61 -
YUV 139.89 101.54 123.8 -
System Red Green Blue C M Y K H S L
Decimal 134 152 93 0.12 0 0.39 0.40 78.31 0.24 0.48
Hex 86 98 5D C 0 27 28 4E 18 30
Octal 206 230 135 14 0 47 50 116 30 60
Binary 10000110 10011000 1011101 1100 0 100111 101000 1001110 11000 110000

Color Harmonies of #86985D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86985D

Black with #86985D

Text Example


Text Example

White with #86985D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,152,93); }

 H1.HeaderClassName
 {
   color: #86985D;
 }
 .AnyTagClassName
 {
   color: #86985D;
 }
</style>

background-color css

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

 a { background-color: rgb(134,152,93); }

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

border-color css

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

 span { border-color: rgb(134,152,93); }

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