#869652

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

Shades of Chelsea Cucumber #869652

Tints of Chelsea Cucumber #869652

Color information

#869652 (or 0x869652) is unknown color: approx Chelsea Cucumber. HEX triplet: 86, 96 and 52. RGB value is (134,150,82). Sum of RGB (Red+Green+Blue) = 134+150+82=366 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.61% from 366); Green value is 150 (58.98% from 255 or 40.98% from 366); Blue value is 82 (32.42% from 255 or 22.40% from 366); Max value from RGB is 150 - color contains mainly: green. Hex color #869652 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869652 is #7969AD. Grayscale: #898989. Windows color (decimal): -7956910 or 5412486. OLE color: 5412486.

HSL color Cylindrical-coordinate representation of color #869652: hue angle of 74.12º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #869652 is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.41.

Color convert

RGB13415082-
CMYK0.1100.450.41
HSL74.12º29.31%45.49%-
HSV(B)74.12º45.33%58.82%-
XYZ22.2627.4912.12-
YUV137.4696.7125.53-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.61%
GREEN value IS 150 (58.98% from 255) = 40.98%
BLUE value IS 82 (32.42% from 255) = 22.40%
R=36.61%
G=40.98%
B=22.40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal134150820.1100.450.4174.1229.3145.49
Hex869652B02D294a1d2d
Octal20622612213055511123555
Binary1000011010010110101001010110101101101001100101011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869652; }

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

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

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

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

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

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

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

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