#869B51

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

Shades of Chelsea Cucumber #869B51

Tints of Chelsea Cucumber #869B51

Color information

#869B51 (or 0x869B51) is unknown color: approx Chelsea Cucumber. HEX triplet: 86, 9B and 51. RGB value is (134,155,81). Sum of RGB (Red+Green+Blue) = 134+155+81=370 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.22% from 370); Green value is 155 (60.94% from 255 or 41.89% from 370); Blue value is 81 (32.03% from 255 or 21.89% from 370); Max value from RGB is 155 - color contains mainly: green. Hex color #869B51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869B51 is #7964AE. Grayscale: #8C8C8C. Windows color (decimal): -7955631 or 5348230. OLE color: 5348230.

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

Color convert

RGB13415581-
CMYK0.1400.480.39
HSL77.03º31.36%46.27%-
HSV(B)77.03º47.74%60.78%-
XYZ23.0429.1112.19-
YUV140.2894.54123.52-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.22%
GREEN value IS 155 (60.94% from 255) = 41.89%
BLUE value IS 81 (32.03% from 255) = 21.89%
R=36.22%
G=41.89%
B=21.89%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal134155810.1400.480.3977.0331.3646.27
Hex869B51E030274d1f2e
Octal20623312116060471153756
Binary1000011010011011101000111100110000100111100110111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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