Html Css Color HEX #86A569 Chelsea Cucumber

📋 copy color: '#86A569'

red 134 ◦ green 165 ◦ blue 105

#86A569
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chelsea Cucumber #86A569

Tints of Chelsea Cucumber #86A569

RGB

 RED value IS 134 (52.73% from 255) = 33.17%

 GREEN value IS 165 (64.84% from 255) = 40.84%

 BLUE value IS 105 (41.41% from 255) = 25.99%

R = 33.17%
G = 40.84%
B = 25.99%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#86A569 (or 0x86A569) is known color: Chelsea Cucumber. HEX triplet: 86, A5 and 69. RGB value is (134,165,105). Sum of RGB (Red+Green+Blue) = 134+165+105=404 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.17% from 404); Green value is 165 (64.84% from 255 or 40.84% from 404); Blue value is 105 (41.41% from 255 or 25.99% from 404); Max value from RGB is 165 - color contains mainly: green. Hex color #86A569 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A569 is #795A96. Grayscale: #959595. Windows color (decimal): -7953047 or 6923654. OLE color: 6923654.

HSL color Cylindrical-coordinate representation of color #86A569: hue angle of 91º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #86A569 is Cyan = 0.19, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.35.

Color convert

RGB 134 165 105 -
CMYK 0.19 0 0.36 0.35
HSL 91º 0.25% 0.53% -
HSV(B) 91º 0.36% 0.65% -
XYZ 25.84 33 18.37 -
YUV 148.89 103.23 117.38 -
System Red Green Blue C M Y K H S L
Decimal 134 165 105 0.19 0 0.36 0.35 91 0.25 0.53
Hex 86 A5 69 13 0 24 23 5B 19 35
Octal 206 245 151 23 0 44 43 133 31 65
Binary 10000110 10100101 1101001 10011 0 100100 100011 1011011 11001 110101

Color Harmonies of #86A569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A569

Black with #86A569

Text Example


Text Example

White with #86A569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86A569; }

 p { color: rgb(134,165,105); }

 H1.HeaderClassName
 {
   color: #86A569;
 }
 .AnyTagClassName
 {
   color: #86A569;
 }
</style>

background-color css

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

 a { background-color: rgb(134,165,105); }

 div.DivClassName
 {
   background-color: #86A569;
 }
 .BgClassName
 {
   background-color: #86A569;
 }
</style>

border-color css

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

 span { border-color: rgb(134,165,105); }

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