#869E5B

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

Shades of Chelsea Cucumber #869E5B

Tints of Chelsea Cucumber #869E5B

Color information

#869E5B (or 0x869E5B) is unknown color: approx Chelsea Cucumber. HEX triplet: 86, 9E and 5B. RGB value is (134,158,91). Sum of RGB (Red+Green+Blue) = 134+158+91=383 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.99% from 383); Green value is 158 (62.11% from 255 or 41.25% from 383); Blue value is 91 (35.94% from 255 or 23.76% from 383); Max value from RGB is 158 - color contains mainly: green. Hex color #869E5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869E5B is #7961A4. Grayscale: #8F8F8F. Windows color (decimal): -7954853 or 6004358. OLE color: 6004358.

HSL color Cylindrical-coordinate representation of color #869E5B: hue angle of 81.49º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #869E5B is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.38.

Color convert

RGB13415891-
CMYK0.1500.420.38
HSL81.49º26.91%48.82%-
HSV(B)81.49º42.41%61.96%-
XYZ23.9530.2814.48-
YUV143.1998.55121.45-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.99%
GREEN value IS 158 (62.11% from 255) = 41.25%
BLUE value IS 91 (35.94% from 255) = 23.76%
R=34.99%
G=41.25%
B=23.76%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal134158910.1500.420.3881.4926.9148.82
Hex869E5BF02A26511b31
Octal20623613317052461213361
Binary1000011010011110101101111110101010100110101000111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869E5B; }

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

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

<style>
 a { background-color: #869E5B; }

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

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

<style>
 span { border-color: #869E5B; }

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

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