Html Css Color HEX #86A26C Chelsea Cucumber

📋 copy color: '#86A26C'

red 134 ◦ green 162 ◦ blue 108

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

Shades of Chelsea Cucumber #86A26C

Tints of Chelsea Cucumber #86A26C

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40.1%

 BLUE value IS 108 (42.58% from 255) = 26.73%

R = 33.17%
G = 40.1%
B = 26.73%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#86A26C (or 0x86A26C) is known color: Chelsea Cucumber. HEX triplet: 86, A2 and 6C. RGB value is (134,162,108). Sum of RGB (Red+Green+Blue) = 134+162+108=404 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.17% from 404); Green value is 162 (63.67% from 255 or 40.10% from 404); Blue value is 108 (42.58% from 255 or 26.73% from 404); Max value from RGB is 162 - color contains mainly: green. Hex color #86A26C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A26C is #795D93. Grayscale: #939393. Windows color (decimal): -7953812 or 7119494. OLE color: 7119494.

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

Color convert

RGB 134 162 108 -
CMYK 0.17 0 0.33 0.36
HSL 91.11º 0.23% 0.53% -
HSV(B) 91.11º 0.33% 0.64% -
XYZ 25.46 31.99 19.02 -
YUV 147.47 105.72 118.39 -
System Red Green Blue C M Y K H S L
Decimal 134 162 108 0.17 0 0.33 0.36 91.11 0.23 0.53
Hex 86 A2 6C 11 0 21 24 5B 16 35
Octal 206 242 154 21 0 41 44 133 26 65
Binary 10000110 10100010 1101100 10001 0 100001 100100 1011011 10110 110101

Color Harmonies of #86A26C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A26C

Black with #86A26C

Text Example


Text Example

White with #86A26C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,162,108); }

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

background-color css

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

 a { background-color: rgb(134,162,108); }

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

border-color css

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

 span { border-color: rgb(134,162,108); }

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