#86975B

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

Shades of Chelsea Cucumber #86975B

Tints of Chelsea Cucumber #86975B

Color information

#86975B (or 0x86975B) is unknown color: approx Chelsea Cucumber. HEX triplet: 86, 97 and 5B. RGB value is (134,151,91). Sum of RGB (Red+Green+Blue) = 134+151+91=376 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.64% from 376); Green value is 151 (59.38% from 255 or 40.16% from 376); Blue value is 91 (35.94% from 255 or 24.20% from 376); Max value from RGB is 151 - color contains mainly: green. Hex color #86975B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86975B is #7968A4. Grayscale: #8B8B8B. Windows color (decimal): -7956645 or 6002566. OLE color: 6002566.

HSL color Cylindrical-coordinate representation of color #86975B: hue angle of 77º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #86975B is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.41.

Color convert

RGB13415191-
CMYK0.1100.400.41
HSL77º24.79%47.45%-
HSV(B)77º39.74%59.22%-
XYZ22.7927.9614.09-
YUV139.08100.87124.38-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.64%
GREEN value IS 151 (59.38% from 255) = 40.16%
BLUE value IS 91 (35.94% from 255) = 24.20%
R=35.64%
G=40.16%
B=24.20%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal134151910.1100.400.417724.7947.45
Hex86975BB028294d192f
Octal20622713313050511153157
Binary1000011010010111101101110110101000101001100110111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86975B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,151,91); }

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

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

 a { background-color: rgb(134,151,91); }

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

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

 span { border-color: rgb(134,151,91); }

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