#869D5C

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

Shades of Chelsea Cucumber #869D5C

Tints of Chelsea Cucumber #869D5C

Color information

#869D5C (or 0x869D5C) is unknown color: approx Chelsea Cucumber. HEX triplet: 86, 9D and 5C. RGB value is (134,157,92). Sum of RGB (Red+Green+Blue) = 134+157+92=383 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.99% from 383); Green value is 157 (61.72% from 255 or 40.99% from 383); Blue value is 92 (36.33% from 255 or 24.02% from 383); Max value from RGB is 157 - color contains mainly: green. Hex color #869D5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869D5C is #7962A3. Grayscale: #8E8E8E. Windows color (decimal): -7955108 or 6069638. OLE color: 6069638.

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

Color convert

RGB13415792-
CMYK0.1500.410.38
HSL81.23º26.1%48.82%-
HSV(B)81.23º41.4%61.57%-
XYZ23.8229.9514.65-
YUV142.7199.38121.79-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.99%
GREEN value IS 157 (61.72% from 255) = 40.99%
BLUE value IS 92 (36.33% from 255) = 24.02%
R=34.99%
G=40.99%
B=24.02%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal134157920.1500.410.3881.2326.148.82
Hex869D5CF02926511a31
Octal20623513417051461213261
Binary1000011010011101101110011110101001100110101000111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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