#869855

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

Shades of Chelsea Cucumber #869855

Tints of Chelsea Cucumber #869855

Color information

#869855 (or 0x869855) is unknown color: approx Chelsea Cucumber. HEX triplet: 86, 98 and 55. RGB value is (134,152,85). Sum of RGB (Red+Green+Blue) = 134+152+85=371 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.12% from 371); Green value is 152 (59.77% from 255 or 40.97% from 371); Blue value is 85 (33.59% from 255 or 22.91% from 371); Max value from RGB is 152 - color contains mainly: green. Hex color #869855 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869855 is #7967AA. Grayscale: #8B8B8B. Windows color (decimal): -7956395 or 5609606. OLE color: 5609606.

HSL color Cylindrical-coordinate representation of color #869855: hue angle of 76.12º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #869855 is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.40.

Color convert

RGB13415285-
CMYK0.1200.440.40
HSL76.12º28.27%46.47%-
HSV(B)76.12º44.08%59.61%-
XYZ22.728.1812.84-
YUV138.9897.54124.45-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.12%
GREEN value IS 152 (59.77% from 255) = 40.97%
BLUE value IS 85 (33.59% from 255) = 22.91%
R=36.12%
G=40.97%
B=22.91%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal134152850.1200.440.4076.1228.2746.47
Hex869855C02C284c1c2e
Octal20623012514054501143456
Binary1000011010011000101010111000101100101000100110011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869855; }

 p { color: rgb(134,152,85); }

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

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

 a { background-color: rgb(134,152,85); }

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

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

 span { border-color: rgb(134,152,85); }

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