#869B56

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

Shades of Chelsea Cucumber #869B56

Tints of Chelsea Cucumber #869B56

Color information

#869B56 (or 0x869B56) is unknown color: approx Chelsea Cucumber. HEX triplet: 86, 9B and 56. RGB value is (134,155,86). Sum of RGB (Red+Green+Blue) = 134+155+86=375 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.73% from 375); Green value is 155 (60.94% from 255 or 41.33% from 375); Blue value is 86 (33.98% from 255 or 22.93% from 375); Max value from RGB is 155 - color contains mainly: green. Hex color #869B56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869B56 is #7964A9. Grayscale: #8D8D8D. Windows color (decimal): -7955626 or 5675910. OLE color: 5675910.

HSL color Cylindrical-coordinate representation of color #869B56: hue angle of 78.26º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #869B56 is Cyan = 0.14, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.39.

Color convert

RGB13415586-
CMYK0.1400.450.39
HSL78.26º28.63%47.25%-
HSV(B)78.26º44.52%60.78%-
XYZ23.2329.1813.21-
YUV140.8597.04123.11-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.73%
GREEN value IS 155 (60.94% from 255) = 41.33%
BLUE value IS 86 (33.98% from 255) = 22.93%
R=35.73%
G=41.33%
B=22.93%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal134155860.1400.450.3978.2628.6347.25
Hex869B56E02D274e1d2f
Octal20623312616055471163557
Binary1000011010011011101011011100101101100111100111011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,155,86); }

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

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

 a { background-color: rgb(134,155,86); }

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

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

 span { border-color: rgb(134,155,86); }

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