#86995B

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

Shades of Chelsea Cucumber #86995B

Tints of Chelsea Cucumber #86995B

Color information

#86995B (or 0x86995B) is unknown color: approx Chelsea Cucumber. HEX triplet: 86, 99 and 5B. RGB value is (134,153,91). Sum of RGB (Red+Green+Blue) = 134+153+91=378 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.45% from 378); Green value is 153 (60.16% from 255 or 40.48% from 378); Blue value is 91 (35.94% from 255 or 24.07% from 378); Max value from RGB is 153 - color contains mainly: green. Hex color #86995B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86995B is #7966A4. Grayscale: #8C8C8C. Windows color (decimal): -7956133 or 6003078. OLE color: 6003078.

HSL color Cylindrical-coordinate representation of color #86995B: hue angle of 78.39º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #86995B is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.4.

Color convert

RGB13415391-
CMYK0.1200.410.4
HSL78.39º25.41%47.84%-
HSV(B)78.39º40.52%60%-
XYZ23.1128.6114.2-
YUV140.25100.21123.54-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.45%
GREEN value IS 153 (60.16% from 255) = 40.48%
BLUE value IS 91 (35.94% from 255) = 24.07%
R=35.45%
G=40.48%
B=24.07%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal134153910.1200.410.478.3925.4147.84
Hex86995BC029284e1930
Octal20623113314051501163160
Binary1000011010011001101101111000101001101000100111011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86995B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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