#869F52

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

Shades of Chelsea Cucumber #869F52

Tints of Chelsea Cucumber #869F52

Color information

#869F52 (or 0x869F52) is unknown color: approx Chelsea Cucumber. HEX triplet: 86, 9F and 52. RGB value is (134,159,82). Sum of RGB (Red+Green+Blue) = 134+159+82=375 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.73% from 375); Green value is 159 (62.5% from 255 or 42.4% from 375); Blue value is 82 (32.42% from 255 or 21.87% from 375); Max value from RGB is 159 - color contains mainly: green. Hex color #869F52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869F52 is #7960AD. Grayscale: #8F8F8F. Windows color (decimal): -7954606 or 5414790. OLE color: 5414790.

HSL color Cylindrical-coordinate representation of color #869F52: hue angle of 79.48º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #869F52 is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.38.

Color convert

RGB13415982-
CMYK0.1600.480.38
HSL79.48º31.95%47.25%-
HSV(B)79.48º48.43%62.35%-
XYZ23.7530.4712.61-
YUV142.7593.72121.76-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.73%
GREEN value IS 159 (62.5% from 255) = 42.4%
BLUE value IS 82 (32.42% from 255) = 21.87%
R=35.73%
G=42.4%
B=21.87%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal134159820.1600.480.3879.4831.9547.25
Hex869F5210030264f202f
Octal20623712220060461174057
Binary100001101001111110100101000001100001001101001111100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,159,82); }

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

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

 a { background-color: rgb(134,159,82); }

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

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

 span { border-color: rgb(134,159,82); }

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