Html Css Color HEX #86AA5B Chelsea Cucumber

📋 copy color: '#86AA5B'

red 134 ◦ green 170 ◦ blue 91

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

Shades of Chelsea Cucumber #86AA5B

Tints of Chelsea Cucumber #86AA5B

RGB

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

 GREEN value IS 170 (66.8% from 255) = 43.04%

 BLUE value IS 91 (35.94% from 255) = 23.04%

R = 33.92%
G = 43.04%
B = 23.04%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#86AA5B (or 0x86AA5B) is known color: Chelsea Cucumber. HEX triplet: 86, AA and 5B. RGB value is (134,170,91). Sum of RGB (Red+Green+Blue) = 134+170+91=395 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.92% from 395); Green value is 170 (66.80% from 255 or 43.04% from 395); Blue value is 91 (35.94% from 255 or 23.04% from 395); Max value from RGB is 170 - color contains mainly: green. Hex color #86AA5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86AA5B is #7955A4. Grayscale: #969696. Windows color (decimal): -7951781 or 6007430. OLE color: 6007430.

HSL color Cylindrical-coordinate representation of color #86AA5B: hue angle of 87.34º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86AA5B is Cyan = 0.21, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB 134 170 91 -
CMYK 0.21 0 0.46 0.33
HSL 87.34º 0.32% 0.51% -
HSV(B) 87.34º 0.46% 0.67% -
XYZ 26.09 34.57 15.2 -
YUV 150.23 94.57 116.42 -
System Red Green Blue C M Y K H S L
Decimal 134 170 91 0.21 0 0.46 0.33 87.34 0.32 0.51
Hex 86 AA 5B 15 0 2E 21 57 20 33
Octal 206 252 133 25 0 56 41 127 40 63
Binary 10000110 10101010 1011011 10101 0 101110 100001 1010111 100000 110011

Color Harmonies of #86AA5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AA5B

Black with #86AA5B

Text Example


Text Example

White with #86AA5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,170,91); }

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

background-color css

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

 a { background-color: rgb(134,170,91); }

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

border-color css

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

 span { border-color: rgb(134,170,91); }

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