#869A50

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

Shades of Chelsea Cucumber #869A50

Tints of Chelsea Cucumber #869A50

Color information

#869A50 (or 0x869A50) is unknown color: approx Chelsea Cucumber. HEX triplet: 86, 9A and 50. RGB value is (134,154,80). Sum of RGB (Red+Green+Blue) = 134+154+80=368 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.41% from 368); Green value is 154 (60.55% from 255 or 41.85% from 368); Blue value is 80 (31.64% from 255 or 21.74% from 368); Max value from RGB is 154 - color contains mainly: green. Hex color #869A50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869A50 is #7965AF. Grayscale: #8B8B8B. Windows color (decimal): -7955888 or 5282438. OLE color: 5282438.

HSL color Cylindrical-coordinate representation of color #869A50: hue angle of 76.22º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #869A50 is Cyan = 0.13, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.40.

Color convert

RGB13415480-
CMYK0.1300.480.40
HSL76.22º31.62%45.88%-
HSV(B)76.22º48.05%60.39%-
XYZ22.8428.7611.94-
YUV139.5894.37124.02-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.41%
GREEN value IS 154 (60.55% from 255) = 41.85%
BLUE value IS 80 (31.64% from 255) = 21.74%
R=36.41%
G=41.85%
B=21.74%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal134154800.1300.480.4076.2231.6245.88
Hex869A50D030284c202e
Octal20623212015060501144056
Binary10000110100110101010000110101100001010001001100100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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