Html Css Color HEX #86A369 Chelsea Cucumber

📋 copy color: '#86A369'

red 134 ◦ green 163 ◦ blue 105

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

Shades of Chelsea Cucumber #86A369

Tints of Chelsea Cucumber #86A369

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.55%

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

R = 33.33%
G = 40.55%
B = 26.12%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#86A369 (or 0x86A369) is known color: Chelsea Cucumber. HEX triplet: 86, A3 and 69. RGB value is (134,163,105). Sum of RGB (Red+Green+Blue) = 134+163+105=402 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.33% from 402); Green value is 163 (64.06% from 255 or 40.55% from 402); Blue value is 105 (41.41% from 255 or 26.12% from 402); Max value from RGB is 163 - color contains mainly: green. Hex color #86A369 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A369 is #795C96. Grayscale: #939393. Windows color (decimal): -7953559 or 6923142. OLE color: 6923142.

HSL color Cylindrical-coordinate representation of color #86A369: hue angle of 90º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #86A369 is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.36.

Color convert

RGB 134 163 105 -
CMYK 0.18 0 0.36 0.36
HSL 90º 0.24% 0.53% -
HSV(B) 90º 0.36% 0.64% -
XYZ 25.48 32.28 18.25 -
YUV 147.72 103.89 118.22 -
System Red Green Blue C M Y K H S L
Decimal 134 163 105 0.18 0 0.36 0.36 90 0.24 0.53
Hex 86 A3 69 12 0 24 24 5A 18 35
Octal 206 243 151 22 0 44 44 132 30 65
Binary 10000110 10100011 1101001 10010 0 100100 100100 1011010 11000 110101

Color Harmonies of #86A369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A369

Black with #86A369

Text Example


Text Example

White with #86A369

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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