Html Css Color HEX #86A346 Chelsea Cucumber

📋 copy color: '#86A346'

red 134 ◦ green 163 ◦ blue 70

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

Shades of Chelsea Cucumber #86A346

Tints of Chelsea Cucumber #86A346

RGB

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

 GREEN value IS 163 (64.06% from 255) = 44.41%

 BLUE value IS 70 (27.73% from 255) = 19.07%

R = 36.51%
G = 44.41%
B = 19.07%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#86A346 (or 0x86A346) is known color: Chelsea Cucumber. HEX triplet: 86, A3 and 46. RGB value is (134,163,70). Sum of RGB (Red+Green+Blue) = 134+163+70=367 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.51% from 367); Green value is 163 (64.06% from 255 or 44.41% from 367); Blue value is 70 (27.73% from 255 or 19.07% from 367); Max value from RGB is 163 - color contains mainly: green. Hex color #86A346 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86A346 is #795CB9. Grayscale: #909090. Windows color (decimal): -7953594 or 4629382. OLE color: 4629382.

HSL color Cylindrical-coordinate representation of color #86A346: hue angle of 78.71º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #86A346 is Cyan = 0.18, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.36.

Color convert

RGB 134 163 70 -
CMYK 0.18 0 0.57 0.36
HSL 78.71º 0.4% 0.46% -
HSV(B) 78.71º 0.57% 0.64% -
XYZ 24.03 31.7 10.65 -
YUV 143.73 86.39 121.06 -
System Red Green Blue C M Y K H S L
Decimal 134 163 70 0.18 0 0.57 0.36 78.71 0.4 0.46
Hex 86 A3 46 12 0 39 24 4F 28 2E
Octal 206 243 106 22 0 71 44 117 50 56
Binary 10000110 10100011 1000110 10010 0 111001 100100 1001111 101000 101110

Color Harmonies of #86A346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A346

Black with #86A346

Text Example


Text Example

White with #86A346

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,163,70); }

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

background-color css

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

 a { background-color: rgb(134,163,70); }

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

border-color css

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

 span { border-color: rgb(134,163,70); }

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