Html Css Color HEX #86AC6A Chelsea Cucumber

📋 copy color: '#86AC6A'

red 134 ◦ green 172 ◦ blue 106

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

Shades of Chelsea Cucumber #86AC6A

Tints of Chelsea Cucumber #86AC6A

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.75%

 BLUE value IS 106 (41.8% from 255) = 25.73%

R = 32.52%
G = 41.75%
B = 25.73%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#86AC6A (or 0x86AC6A) is known color: Chelsea Cucumber. HEX triplet: 86, AC and 6A. RGB value is (134,172,106). Sum of RGB (Red+Green+Blue) = 134+172+106=412 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.52% from 412); Green value is 172 (67.58% from 255 or 41.75% from 412); Blue value is 106 (41.80% from 255 or 25.73% from 412); Max value from RGB is 172 - color contains mainly: green. Hex color #86AC6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86AC6A is #795395. Grayscale: #999999. Windows color (decimal): -7951254 or 6990982. OLE color: 6990982.

HSL color Cylindrical-coordinate representation of color #86AC6A: hue angle of 94.55º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #86AC6A is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB 134 172 106 -
CMYK 0.22 0 0.38 0.33
HSL 94.55º 0.28% 0.55% -
HSV(B) 94.55º 0.38% 0.67% -
XYZ 27.19 35.61 19.08 -
YUV 153.11 101.41 114.37 -
System Red Green Blue C M Y K H S L
Decimal 134 172 106 0.22 0 0.38 0.33 94.55 0.28 0.55
Hex 86 AC 6A 16 0 26 21 5F 1C 37
Octal 206 254 152 26 0 46 41 137 34 67
Binary 10000110 10101100 1101010 10110 0 100110 100001 1011111 11100 110111

Color Harmonies of #86AC6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AC6A

Black with #86AC6A

Text Example


Text Example

White with #86AC6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,172,106); }

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

background-color css

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

 a { background-color: rgb(134,172,106); }

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

border-color css

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

 span { border-color: rgb(134,172,106); }

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