Html Css Color HEX #86A95E Chelsea Cucumber

📋 copy color: '#86A95E'

red 134 ◦ green 169 ◦ blue 94

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

Shades of Chelsea Cucumber #86A95E

Tints of Chelsea Cucumber #86A95E

RGB

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

 GREEN value IS 169 (66.41% from 255) = 42.57%

 BLUE value IS 94 (37.11% from 255) = 23.68%

R = 33.75%
G = 42.57%
B = 23.68%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.44

 K value IS 0.34

RGB Variations

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

Color information

#86A95E (or 0x86A95E) is known color: Chelsea Cucumber. HEX triplet: 86, A9 and 5E. RGB value is (134,169,94). Sum of RGB (Red+Green+Blue) = 134+169+94=397 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.75% from 397); Green value is 169 (66.41% from 255 or 42.57% from 397); Blue value is 94 (37.11% from 255 or 23.68% from 397); Max value from RGB is 169 - color contains mainly: green. Hex color #86A95E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A95E is #7956A1. Grayscale: #969696. Windows color (decimal): -7952034 or 6203782. OLE color: 6203782.

HSL color Cylindrical-coordinate representation of color #86A95E: hue angle of 88º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86A95E is Cyan = 0.21, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.34.

Color convert

RGB 134 169 94 -
CMYK 0.21 0 0.44 0.34
HSL 88º 0.3% 0.52% -
HSV(B) 88º 0.44% 0.66% -
XYZ 26.04 34.25 15.83 -
YUV 149.99 96.4 116.6 -
System Red Green Blue C M Y K H S L
Decimal 134 169 94 0.21 0 0.44 0.34 88 0.3 0.52
Hex 86 A9 5E 15 0 2C 22 58 1E 34
Octal 206 251 136 25 0 54 42 130 36 64
Binary 10000110 10101001 1011110 10101 0 101100 100010 1011000 11110 110100

Color Harmonies of #86A95E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A95E

Black with #86A95E

Text Example


Text Example

White with #86A95E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,169,94); }

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

background-color css

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

 a { background-color: rgb(134,169,94); }

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

border-color css

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

 span { border-color: rgb(134,169,94); }

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