#869A5B

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

Shades of Chelsea Cucumber #869A5B

Tints of Chelsea Cucumber #869A5B

Color information

#869A5B (or 0x869A5B) is unknown color: approx Chelsea Cucumber. HEX triplet: 86, 9A and 5B. RGB value is (134,154,91). Sum of RGB (Red+Green+Blue) = 134+154+91=379 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.36% from 379); Green value is 154 (60.55% from 255 or 40.63% from 379); Blue value is 91 (35.94% from 255 or 24.01% from 379); Max value from RGB is 154 - color contains mainly: green. Hex color #869A5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869A5B is #7965A4. Grayscale: #8D8D8D. Windows color (decimal): -7955877 or 6003334. OLE color: 6003334.

HSL color Cylindrical-coordinate representation of color #869A5B: hue angle of 79.05º degrees, saturation: 0.26, 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 #869A5B is Cyan = 0.13, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.40.

Color convert

RGB13415491-
CMYK0.1300.410.40
HSL79.05º25.71%48.04%-
HSV(B)79.05º40.91%60.39%-
XYZ23.2828.9314.26-
YUV140.8499.87123.12-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.36%
GREEN value IS 154 (60.55% from 255) = 40.63%
BLUE value IS 91 (35.94% from 255) = 24.01%
R=35.36%
G=40.63%
B=24.01%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal134154910.1300.410.4079.0525.7148.04
Hex869A5BD029284f1a30
Octal20623213315051501173260
Binary1000011010011010101101111010101001101000100111111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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