#869D5B

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

Shades of Chelsea Cucumber #869D5B

Tints of Chelsea Cucumber #869D5B

Color information

#869D5B (or 0x869D5B) is unknown color: approx Chelsea Cucumber. HEX triplet: 86, 9D and 5B. RGB value is (134,157,91). Sum of RGB (Red+Green+Blue) = 134+157+91=382 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.08% from 382); Green value is 157 (61.72% from 255 or 41.10% from 382); Blue value is 91 (35.94% from 255 or 23.82% from 382); Max value from RGB is 157 - color contains mainly: green. Hex color #869D5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869D5B is #7962A4. Grayscale: #8E8E8E. Windows color (decimal): -7955109 or 6004102. OLE color: 6004102.

HSL color Cylindrical-coordinate representation of color #869D5B: hue angle of 80.91º 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 #869D5B is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.38.

Color convert

RGB13415791-
CMYK0.1500.420.38
HSL80.91º26.61%48.63%-
HSV(B)80.91º42.04%61.57%-
XYZ23.7829.9414.42-
YUV142.698.88121.87-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.08%
GREEN value IS 157 (61.72% from 255) = 41.10%
BLUE value IS 91 (35.94% from 255) = 23.82%
R=35.08%
G=41.10%
B=23.82%

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
Decimal134157910.1500.420.3880.9126.6148.63
Hex869D5BF02A26511b31
Octal20623513317052461213361
Binary1000011010011101101101111110101010100110101000111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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