Html Css Color HEX #86A263 Chelsea Cucumber

📋 copy color: '#86A263'

red 134 ◦ green 162 ◦ blue 99

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

Shades of Chelsea Cucumber #86A263

Tints of Chelsea Cucumber #86A263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 25.06%

R = 33.92%
G = 41.01%
B = 25.06%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.39

 K value IS 0.36

RGB Variations

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

Color information

#86A263 (or 0x86A263) is known color: Chelsea Cucumber. HEX triplet: 86, A2 and 63. RGB value is (134,162,99). Sum of RGB (Red+Green+Blue) = 134+162+99=395 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.92% from 395); Green value is 162 (63.67% from 255 or 41.01% from 395); Blue value is 99 (39.06% from 255 or 25.06% from 395); Max value from RGB is 162 - color contains mainly: green. Hex color #86A263 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A263 is #795D9C. Grayscale: #929292. Windows color (decimal): -7953821 or 6529670. OLE color: 6529670.

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

Color convert

RGB 134 162 99 -
CMYK 0.17 0 0.39 0.36
HSL 86.67º 0.25% 0.51% -
HSV(B) 86.67º 0.39% 0.64% -
XYZ 25 31.81 16.63 -
YUV 146.45 101.22 119.12 -
System Red Green Blue C M Y K H S L
Decimal 134 162 99 0.17 0 0.39 0.36 86.67 0.25 0.51
Hex 86 A2 63 11 0 27 24 57 19 33
Octal 206 242 143 21 0 47 44 127 31 63
Binary 10000110 10100010 1100011 10001 0 100111 100100 1010111 11001 110011

Color Harmonies of #86A263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A263

Black with #86A263

Text Example


Text Example

White with #86A263

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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