#86975F

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

Shades of Chelsea Cucumber #86975F

Tints of Chelsea Cucumber #86975F

Color information

#86975F (or 0x86975F) is unknown color: approx Chelsea Cucumber. HEX triplet: 86, 97 and 5F. RGB value is (134,151,95). Sum of RGB (Red+Green+Blue) = 134+151+95=380 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.26% from 380); Green value is 151 (59.38% from 255 or 39.74% from 380); Blue value is 95 (37.5% from 255 or 25% from 380); Max value from RGB is 151 - color contains mainly: green. Hex color #86975F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86975F is #7968A0. Grayscale: #8B8B8B. Windows color (decimal): -7956641 or 6264710. OLE color: 6264710.

HSL color Cylindrical-coordinate representation of color #86975F: hue angle of 78.21º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #86975F is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB13415195-
CMYK0.1100.370.41
HSL78.21º22.76%48.24%-
HSV(B)78.21º37.09%59.22%-
XYZ22.9628.0315.03-
YUV139.53102.87124.05-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.26%
GREEN value IS 151 (59.38% from 255) = 39.74%
BLUE value IS 95 (37.5% from 255) = 25%
R=35.26%
G=39.74%
B=25%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal134151950.1100.370.4178.2122.7648.24
Hex86975FB025294e1730
Octal20622713713045511162760
Binary1000011010010111101111110110100101101001100111010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86975F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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